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

Unified Diff: ui/events/event_constants.h

Issue 2256343003: Update ui::PointerEvent to support mouse wheel and capture change events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « ui/events/event.cc ('k') | ui/events/event_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event_constants.h
diff --git a/ui/events/event_constants.h b/ui/events/event_constants.h
index 9432679312bffeb90ff5b25f5a831e9db037f19d..840631bc250719da17c7ca53b8bfa995c8f2f4de 100644
--- a/ui/events/event_constants.h
+++ b/ui/events/event_constants.h
@@ -36,6 +36,8 @@ enum EventType {
ET_POINTER_CANCELLED,
ET_POINTER_ENTERED,
ET_POINTER_EXITED,
+ ET_POINTER_WHEEL_CHANGED,
+ ET_POINTER_CAPTURE_CHANGED,
// GestureEvent types
ET_GESTURE_SCROLL_BEGIN,
« no previous file with comments | « ui/events/event.cc ('k') | ui/events/event_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698