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); |
}; |