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

Unified Diff: content/renderer/gpu/input_event_filter.cc

Issue 52663003: Remove all fling related stuff from the renderer assuming that browser side Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/gpu/input_handler_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/input_event_filter.cc
diff --git a/content/renderer/gpu/input_event_filter.cc b/content/renderer/gpu/input_event_filter.cc
index 208c47180f9c9dc26f86ce9f7bfe1a341aedda13..ab823d69460b6edc379160829f624649591c0e91 100644
--- a/content/renderer/gpu/input_event_filter.cc
+++ b/content/renderer/gpu/input_event_filter.cc
@@ -59,8 +59,7 @@ void InputEventFilter::DidOverscroll(int routing_id,
FROM_HERE,
base::Bind(&InputEventFilter::SendMessageOnIOThread, this,
ViewHostMsg_DidOverscroll(routing_id,
- params.accumulated_overscroll,
- params.current_fling_velocity)));
+ params.accumulated_overscroll)));
}
void InputEventFilter::OnFilterAdded(IPC::Channel* channel) {
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/gpu/input_handler_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698