| Index: services/ui/public/interfaces/window_manager.mojom
|
| diff --git a/services/ui/public/interfaces/window_manager.mojom b/services/ui/public/interfaces/window_manager.mojom
|
| index e3896e35e942568b161c21f6fd65ba11db70cdda..1d6940d9be579470d5995fc1f6d85e36f93e2595 100644
|
| --- a/services/ui/public/interfaces/window_manager.mojom
|
| +++ b/services/ui/public/interfaces/window_manager.mojom
|
| @@ -319,6 +319,9 @@ interface WindowManagerClient {
|
| // Shows and hides the cursor globally. Used during window management tasks.
|
| WmSetCursorVisible(bool visible);
|
|
|
| + // Sets whether we're using normal or large cursors.
|
| + WmSetCursorSize(CursorSize cursor_size);
|
| +
|
| // Sets a global cursor which overrides per-window cursors. Pass null to
|
| // clear.
|
| WmSetGlobalOverrideCursor(CursorData? cursor);
|
|
|