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

Unified Diff: components/mus/public/interfaces/cursor.mojom

Issue 1527183003: Change mojo enums to be scoped enums in the generated C++ bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-binding-equals
Patch Set: Created 4 years, 12 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: components/mus/public/interfaces/cursor.mojom
diff --git a/components/mus/public/interfaces/cursor.mojom b/components/mus/public/interfaces/cursor.mojom
index c92aef24aa7c909175a33dd82314204c5b2a4126..878cd0113cd976b067aeed19c749685bdb79feca 100644
--- a/components/mus/public/interfaces/cursor.mojom
+++ b/components/mus/public/interfaces/cursor.mojom
@@ -9,7 +9,7 @@ module mus.mojom;
enum Cursor {
// NULL is kept for compatibility with chrome declarations. In chrome code, it
// is treated exactly like POINTER, the default pointer.
- NULL = 0,
+ CURSOR_NULL = 0,
POINTER,
CROSS,
HAND,

Powered by Google App Engine
This is Rietveld 408576698