| Index: mojo/services/input_events/interfaces/input_event_constants.mojom
|
| diff --git a/mojo/services/input_events/interfaces/input_event_constants.mojom b/mojo/services/input_events/interfaces/input_event_constants.mojom
|
| index 9c846810eba4251497b9bcc0f5e8c8deb05b851a..52c9d3699b2feca21cb1715b1dbfd31fb2d556b1 100644
|
| --- a/mojo/services/input_events/interfaces/input_event_constants.mojom
|
| +++ b/mojo/services/input_events/interfaces/input_event_constants.mojom
|
| @@ -15,6 +15,7 @@ enum EventType {
|
| POINTER_UP,
|
| };
|
|
|
| +// no-format
|
| // This mirrors ui::EventFlags
|
| // TODO(morrita): Use shift operator once it is available.
|
| enum EventFlags {
|
| @@ -40,6 +41,7 @@ enum MouseEventFlags {
|
|
|
| // TODO(erg): Move accessibility flags and maybe synthetic touch events here.
|
| };
|
| +// end-no-format
|
|
|
| enum PointerKind {
|
| TOUCH,
|
|
|