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

Unified Diff: ui/base/events.h

Issue 10448102: Adds switch to disable generating mouse events from touch events and (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove released and fix bug in GestureRecognizerImpl Created 8 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
« no previous file with comments | « ui/aura/root_window.cc ('k') | ui/base/gestures/gesture_recognizer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/events.h
diff --git a/ui/base/events.h b/ui/base/events.h
index 6c9f27104119df8940b74b0231f94834c9829f3d..0574a6049491758e7eb55850e616fa1635631a8a 100644
--- a/ui/base/events.h
+++ b/ui/base/events.h
@@ -52,8 +52,8 @@ enum EventType {
ET_GESTURE_SCROLL_END,
ET_GESTURE_SCROLL_UPDATE,
ET_GESTURE_TAP,
- ET_GESTURE_TAP_DOWN,
- ET_GESTURE_TAP_UP,
+ ET_GESTURE_TAP_DOWN, // Sent before any other gesture types.
+ ET_GESTURE_TAP_UP, // Sent after any other gestures.
ET_GESTURE_DOUBLE_TAP,
ET_GESTURE_PINCH_BEGIN,
ET_GESTURE_PINCH_END,
« no previous file with comments | « ui/aura/root_window.cc ('k') | ui/base/gestures/gesture_recognizer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698