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

Unified Diff: content/browser/renderer_host/input/gesture_event_filter.cc

Issue 131373004: Let the browser know the end of fling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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/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
}

Powered by Google App Engine
This is Rietveld 408576698