| 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..a8056cf2362294da825e0e636afbb89ddea7b925 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 SetCursorSize(ui::CursorSize cursor_size) = 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(
|
|
|