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

Unified Diff: content/browser/android/in_process/synchronous_input_event_filter.cc

Issue 136173004: Early terminate flings when scrolling impossible (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 9 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 b6404d6679d909e7dc3a8df5d08836cf12a4e1ab..2122a90f36b54273ac9aa152f1955b594928bf81 100644
--- a/content/browser/android/in_process/synchronous_input_event_filter.cc
+++ b/content/browser/android/in_process/synchronous_input_event_filter.cc
@@ -67,7 +67,7 @@ void SynchronousInputEventFilter::DidRemoveInputHandler(int routing_id) {
void SynchronousInputEventFilter::DidOverscroll(
int routing_id,
- const cc::DidOverscrollParams& params) {
+ const DidOverscrollParams& params) {
// The SynchronusCompositorImpl can be NULL if the WebContents that it's
// bound to has already been deleted.
SynchronousCompositorImpl* compositor =
« no previous file with comments | « content/browser/android/in_process/synchronous_input_event_filter.h ('k') | content/child/fling_animator_impl_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698