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

Unified Diff: ui/base/events/event_constants.h

Issue 10928066: Add GestureTapCancel gesture type (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sky cr feedback Created 8 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/aura/window_unittest.cc ('k') | ui/base/gestures/gesture_sequence.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/events/event_constants.h
diff --git a/ui/base/events/event_constants.h b/ui/base/events/event_constants.h
index e213bf8c2d4b0e1ee2b6864aea0867c41c84ba06..a72adeae64df9306f41e558a5cd56d36b8ed2615 100644
--- a/ui/base/events/event_constants.h
+++ b/ui/base/events/event_constants.h
@@ -52,6 +52,7 @@ enum EventType {
ET_GESTURE_SCROLL_UPDATE,
ET_GESTURE_TAP,
ET_GESTURE_TAP_DOWN,
+ ET_GESTURE_TAP_CANCEL,
ET_GESTURE_BEGIN, // Sent before any other gesture types.
ET_GESTURE_END, // Sent after any other gestures.
ET_GESTURE_DOUBLE_TAP,
« no previous file with comments | « ui/aura/window_unittest.cc ('k') | ui/base/gestures/gesture_sequence.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698