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

Unified Diff: services/ui/public/interfaces/cursor/cursor.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
Index: services/ui/public/interfaces/cursor/cursor.mojom
diff --git a/services/ui/public/interfaces/cursor/cursor.mojom b/services/ui/public/interfaces/cursor/cursor.mojom
index c228539ae9641913d92031ceb8c535cb22107f1e..a4f58063d16fb6fc3e8454f61717bf560763fd94 100644
--- a/services/ui/public/interfaces/cursor/cursor.mojom
+++ b/services/ui/public/interfaces/cursor/cursor.mojom
@@ -60,6 +60,13 @@ enum CursorType {
kCustom
};
+// Whether we use normal or large cursors. These are the same as Chrome's
+// ui::CursorSize.
+enum CursorSize {
+ kNormal,
+ kLarge
+};
+
// A description of a cursor.
struct CursorData {
// The type of cursor. If CUSTOM, the rest of the fields are relevant.
« no previous file with comments | « extensions/shell/browser/shell_desktop_controller_aura.cc ('k') | services/ui/public/interfaces/cursor/cursor.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698