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

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

Issue 181833003: [Android] Out with the Android GR, in with the new unified C++ GR (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup and rebase 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_disposition_gesture_filter.h
diff --git a/content/browser/renderer_host/input/touch_disposition_gesture_filter.h b/content/browser/renderer_host/input/touch_disposition_gesture_filter.h
index 3872b47d9daf759f79c4d2ff8eaab94305cbf39d..9f731a89a41f0a406b3232daf248ca1c9d4227d1 100644
--- a/content/browser/renderer_host/input/touch_disposition_gesture_filter.h
+++ b/content/browser/renderer_host/input/touch_disposition_gesture_filter.h
@@ -98,6 +98,7 @@ class CONTENT_EXPORT TouchDispositionGestureFilter {
void SendGesture(const blink::WebGestureEvent& gesture);
void CancelTapIfNecessary();
void CancelFlingIfNecessary();
+ void EndScrollIfNecessary();
GestureSequence& Head();
GestureSequence& Tail();
@@ -114,6 +115,7 @@ class CONTENT_EXPORT TouchDispositionGestureFilter {
// GestureFlingCancel when a user taps following a GestureFlingStart.
bool needs_tap_ending_event_;
bool needs_fling_ending_event_;
+ bool needs_scroll_ending_event_;
DISALLOW_COPY_AND_ASSIGN(TouchDispositionGestureFilter);
};

Powered by Google App Engine
This is Rietveld 408576698