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

Unified Diff: ui/events/event_constants.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_constants.h
diff --git a/ui/events/event_constants.h b/ui/events/event_constants.h
index 5564312e2d124eb15d605c26374ced8ee3172a50..9030eb4a8ef4ba90abecf1e516686458e4a508df 100644
--- a/ui/events/event_constants.h
+++ b/ui/events/event_constants.h
@@ -48,7 +48,7 @@ enum EventType {
ET_GESTURE_LONG_TAP,
// A SWIPE gesture can happen at the end of a TAP_UP gesture if the
tdresser 2014/05/26 20:49:58 This comment still kinda implies that multiple fin
mfomitchev 2014/05/26 22:07:14 Done.
// finger(s) were moving quickly before they are released.
- ET_GESTURE_MULTIFINGER_SWIPE,
+ ET_GESTURE_SWIPE,
ET_GESTURE_SHOW_PRESS,
// Sent by Win8+ metro when the user swipes from the bottom or top.

Powered by Google App Engine
This is Rietveld 408576698