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

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

Issue 2949353003: Implement large cursors in Mushrome. (Closed)
Patch Set: rename everything to CursorSize 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
« no previous file with comments | « services/ui/public/interfaces/cursor/cursor_struct_traits.cc ('k') | services/ui/ws/cursor_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « services/ui/public/interfaces/cursor/cursor_struct_traits.cc ('k') | services/ui/ws/cursor_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698