Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1137)

Unified Diff: services/ui/public/interfaces/window_manager.mojom

Issue 2949353003: Implement large cursors in Mushrome. (Closed)
Patch Set: Remove old cursor.h includes. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698