Index: ui/events/gestures/gesture_sequence.h |
diff --git a/ui/events/gestures/gesture_sequence.h b/ui/events/gestures/gesture_sequence.h |
index b3255df573caf748a0fd998f9e3ae25ba76f1241..d8fc7e16cd1c0b8cd72b6a4ff1e8ea2860b251c7 100644 |
--- a/ui/events/gestures/gesture_sequence.h |
+++ b/ui/events/gestures/gesture_sequence.h |
@@ -19,7 +19,12 @@ class GestureEvent; |
enum GestureState { |
GS_NO_GESTURE, |
GS_PENDING_SYNTHETIC_CLICK, |
+ // One finger is down: tap could occur, but scroll cannot until the number of |
+ // active touch points changes. |
GS_PENDING_SYNTHETIC_CLICK_NO_SCROLL, |
+ // One finger is down: no gestures can occur until the number of active touch |
+ // points changes. |
+ GS_SYNTHETIC_CLICK_ABORTED, |
GS_SCROLL, |
GS_PINCH, |
GS_PENDING_TWO_FINGER_TAP, |