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

Unified Diff: content/browser/android/in_process/synchronous_input_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: Add DidStartFlinging(); Don't bother ContentViewGestureHandler and GestureEventFilter # 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/android/in_process/synchronous_input_event_filter.cc
diff --git a/content/browser/android/in_process/synchronous_input_event_filter.cc b/content/browser/android/in_process/synchronous_input_event_filter.cc
index b8ba0ea335274a37af721a590f275fed9031b1d0..bb0ed74fa634b256dc8119d7af3bd168623ab4ef 100644
--- a/content/browser/android/in_process/synchronous_input_event_filter.cc
+++ b/content/browser/android/in_process/synchronous_input_event_filter.cc
@@ -76,4 +76,10 @@ void SynchronousInputEventFilter::DidOverscroll(
compositor->DidOverscroll(params);
}
+void SynchronousInputEventFilter::DidStartFlinging(int routing_id) {
+}
+
+void SynchronousInputEventFilter::DidStopFlinging(int routing_id) {
+}
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698