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

Unified Diff: ui/events/mojo/event_constants.mojom

Issue 2301593002: Add POINTER_WHEEL_CHANGED event to mojo. (Closed)
Patch Set: Created 4 years, 4 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: 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

Powered by Google App Engine
This is Rietveld 408576698