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

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

Issue 2784663003: mus: Rename mojom::Cursor to mojom::CursorType. (Closed)
Patch Set: Created 3 years, 9 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 | « mash/simple_wm/move_event_handler.cc ('k') | services/ui/public/interfaces/window_manager.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/cursor.mojom
diff --git a/services/ui/public/interfaces/cursor.mojom b/services/ui/public/interfaces/cursor.mojom
index 863c96cde5fe09ee9bac9faaaefd586bf8841342..0fd34e184b8f92d3f6b65683085ae75e686cd586 100644
--- a/services/ui/public/interfaces/cursor.mojom
+++ b/services/ui/public/interfaces/cursor.mojom
@@ -6,7 +6,7 @@ module ui.mojom;
// Standard Cursor numbers. These are the same as Chrome's ui::Cursor and
// blink's WebCursorInfo.
-enum Cursor {
+enum CursorType {
// NULL is kept for compatibility with chrome declarations. In chrome code, it
// is treated exactly like POINTER, the default pointer.
CURSOR_NULL = 0,
« no previous file with comments | « mash/simple_wm/move_event_handler.cc ('k') | services/ui/public/interfaces/window_manager.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698