Index: ui/aura/mus/window_manager_delegate.h |
diff --git a/ui/aura/mus/window_manager_delegate.h b/ui/aura/mus/window_manager_delegate.h |
index 8ba30ad21fbf8c663eb0257fb78c9bff0c2baa6a..a3f696f85381e2f35308f9d345baaca55fed682a 100644 |
--- a/ui/aura/mus/window_manager_delegate.h |
+++ b/ui/aura/mus/window_manager_delegate.h |
@@ -70,6 +70,9 @@ class AURA_EXPORT WindowManagerClient { |
// Globally shows or hides the cursor. |
virtual void SetCursorVisible(bool visible) = 0; |
+ // Globally sets whether we use normal or large cursors. |
+ virtual void SetCursorSet(ui::CursorSet cursor_set) = 0; |
+ |
// Sets a cursor which is used instead of the per window cursors. Pass a |
// nullopt in |cursor| to clear the override. |
virtual void SetGlobalOverrideCursor( |