Index: content/browser/renderer_host/input/gesture_event_filter.h |
diff --git a/content/browser/renderer_host/input/gesture_event_filter.h b/content/browser/renderer_host/input/gesture_event_filter.h |
index d0517008bfc3af615ce2889694040bcf4c8c8360..db8ba1df342db4381d3b81df71f646e485ebfaaa 100644 |
--- a/content/browser/renderer_host/input/gesture_event_filter.h |
+++ b/content/browser/renderer_host/input/gesture_event_filter.h |
@@ -79,7 +79,7 @@ class CONTENT_EXPORT GestureEventFilter { |
// Sets the state of the |fling_in_progress_| field to indicate that a fling |
// is definitely not in progress. |
- void FlingHasBeenHalted(); |
+ void DidStopFlinging(); |
// Returns the |TouchpadTapSuppressionController| instance. |
TouchpadTapSuppressionController* GetTouchpadTapSuppressionController(); |