Chromium Code Reviews| 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..65d492035d86c9ddebe39ea4ec3deae9c4a06a55 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. |
| + WmSetCursorSet(CursorSet cursor_set); |
|
Tom Sepez
2017/06/23 01:10:48
What happens if a bad renderer changes to large (o
Elliot Glaysher
2017/06/23 19:30:38
I'm not sure I understand the question. This metho
|
| + |
| // Sets a global cursor which overrides per-window cursors. Pass null to |
| // clear. |
| WmSetGlobalOverrideCursor(CursorData? cursor); |