| 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,
|
|
|