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

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

Issue 2301593002: Add POINTER_WHEEL_CHANGED event to mojo. (Closed)
Patch Set: rebase Created 4 years, 3 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
« no previous file with comments | « ui/events/event.cc ('k') | ui/events/mojo/event_struct_traits.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/events/event.cc ('k') | ui/events/mojo/event_struct_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698