Chromium Code Reviews| Index: ui/events/mojo/event_constants.mojom |
| diff --git a/ui/events/mojo/event_constants.mojom b/ui/events/mojo/event_constants.mojom |
| index 6ad8d67e1f37954a36ffd47e38fe095cb7b7d617..b1fe67083ce2abfc6f6ad691dde89e5aba30f907 100644 |
| --- a/ui/events/mojo/event_constants.mojom |
| +++ b/ui/events/mojo/event_constants.mojom |
| @@ -20,8 +20,8 @@ enum EventType { |
| POINTER_DOWN, |
| POINTER_MOVE, |
| POINTER_UP, |
| + POINTER_WHEEL_CHANGED, |
| MOUSE_EXIT, |
| - WHEEL, |
| }; |
| // This mirrors ui::EventFlags |