Index: content/browser/renderer_host/input/gesture_event_filter.cc |
diff --git a/content/browser/renderer_host/input/gesture_event_filter.cc b/content/browser/renderer_host/input/gesture_event_filter.cc |
index 2761d9687d09202e62eb09c38546494ea9197bbd..4fc0fa714a11ca8b8babb4f8c2537bd2907e7373 100644 |
--- a/content/browser/renderer_host/input/gesture_event_filter.cc |
+++ b/content/browser/renderer_host/input/gesture_event_filter.cc |
@@ -236,7 +236,7 @@ bool GestureEventFilter::HasQueuedGestureEvents() const { |
return !coalesced_gesture_events_.empty(); |
} |
-void GestureEventFilter::FlingHasBeenHalted() { |
+void GestureEventFilter::DidStopFlinging() { |
fling_in_progress_ = false; |
jdduke (slow)
2014/01/09 20:07:14
What if there is a pending GestureFlingStart still
|
} |