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

Unified Diff: ui/events/event.h

Issue 302463004: Implementing the dispatch of the swipe gesture for one-finger touch swipes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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/event.h
diff --git a/ui/events/event.h b/ui/events/event.h
index 0a5d566ecfa501c1a281b3dad5f8c9b170a821c7..ec5581632f7e1161071bed4b8023a47b6137834a 100644
--- a/ui/events/event.h
+++ b/ui/events/event.h
@@ -123,7 +123,7 @@ class EVENTS_EXPORT Event {
case ET_GESTURE_PINCH_UPDATE:
case ET_GESTURE_LONG_PRESS:
case ET_GESTURE_LONG_TAP:
- case ET_GESTURE_MULTIFINGER_SWIPE:
+ case ET_GESTURE_SWIPE:
case ET_GESTURE_SHOW_PRESS:
case ET_GESTURE_WIN8_EDGE_SWIPE:
// When adding a gesture event which is paired with an event which

Powered by Google App Engine
This is Rietveld 408576698