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

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

Issue 171283002: Always reset touch action at the beginning of a new gesture sequence (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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/touch_action_filter.h
diff --git a/content/browser/renderer_host/input/touch_action_filter.h b/content/browser/renderer_host/input/touch_action_filter.h
index d4fb4b5550d990fbf715650a01ad032ca3cbc3a6..9e6a666b98bd022ca23de955f27de49061da77d1 100644
--- a/content/browser/renderer_host/input/touch_action_filter.h
+++ b/content/browser/renderer_host/input/touch_action_filter.h
@@ -31,6 +31,8 @@ public:
// for a touch start event that is currently in flight.
void OnSetTouchAction(content::TouchAction touch_action);
+ void StartNewTouchActionSequence();
Rick Byers 2014/02/18 22:01:15 Add comment please, including mentioning the relat
tdresser 2014/02/20 18:37:56 Done.
+
// Return the intersection of two TouchAction values.
static TouchAction Intersect(TouchAction ta1, TouchAction ta2);

Powered by Google App Engine
This is Rietveld 408576698