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

Unified Diff: content/browser/renderer_host/input/gesture_event_queue.h

Issue 140253005: Add touch scrolling modes experimental flags (DEPRECATED) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update for eager GR Created 6 years, 11 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: content/browser/renderer_host/input/gesture_event_queue.h
diff --git a/content/browser/renderer_host/input/gesture_event_queue.h b/content/browser/renderer_host/input/gesture_event_queue.h
index 8855453494f884714463a96b278c789eafd25cce..b30106ddd47ba773ec69d3230e447a03e19c8d08 100644
--- a/content/browser/renderer_host/input/gesture_event_queue.h
+++ b/content/browser/renderer_host/input/gesture_event_queue.h
@@ -63,7 +63,9 @@ class CONTENT_EXPORT GestureEventQueue {
PENDING, // The sequence has yet to receive an ack.
ALLOWED_UNTIL_PREVENTED, // Gestures in the sequence are allowed until
// a source touch is preventDefault'ed.
- ALWAYS_ALLOWED, // All remaining sequence gestures are forwarded.
+ ALWAYS_ALLOWED, // All remaining sequence gestures are forwarded
+ // except for independent packets whose
+ // corresponding touch was consumed.
ALWAYS_PREVENTED // All remaining sequence gestures are dropped.
};
GestureHandlingState state_;

Powered by Google App Engine
This is Rietveld 408576698