summaryrefslogtreecommitdiffstats
path: root/ash/shell_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell_delegate.h')
-rw-r--r--ash/shell_delegate.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index 9aec503..f9f6bf8 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -182,6 +182,12 @@ class ASH_EXPORT ShellDelegate {
// Returns the current screen magnifier mode.
virtual MagnifierType GetMagnifierType() const = 0;
+ // Invoked to enable Large Cursor.
+ virtual void SetLargeCursorEnabled(bool enabled) = 0;
+
+ // Returns if Large Cursor is enabled or not.
+ virtual bool IsLargeCursorEnabled() const = 0;
+
// Returns true if the user want to show accesibility menu even when all the
// accessibility features are disabled.
virtual bool ShouldAlwaysShowAccessibilityMenu() const = 0;