| 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..93b4110b011cd38a9cb08f2f91a20e65886c4348 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::CursorSet.
|
| +enum CursorSet {
|
| + kNormal,
|
| + kLarge
|
| +};
|
| +
|
| // A description of a cursor.
|
| struct CursorData {
|
| // The type of cursor. If CUSTOM, the rest of the fields are relevant.
|
|
|