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

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

Issue 20045007: Use DidOverscrollParams in the browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 2 Created 6 years, 8 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/port/browser/render_widget_host_view_port.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/input/input_event_filter.cc
diff --git a/content/renderer/input/input_event_filter.cc b/content/renderer/input/input_event_filter.cc
index 1738078bc87b9bbb30f2052970cb8c0e6dc47408..cd5a8cd36c7b383a3145b213c1745c33ef68a3c7 100644
--- a/content/renderer/input/input_event_filter.cc
+++ b/content/renderer/input/input_event_filter.cc
@@ -73,10 +73,7 @@ void InputEventFilter::DidOverscroll(int routing_id,
if (!overscroll_notifications_enabled_)
return;
- // TODO(jdduke): Use |params| as the sole message argument, crbug/354444.
- SendMessage(ViewHostMsg_DidOverscroll(routing_id,
- params.accumulated_overscroll,
- params.current_fling_velocity));
+ SendMessage(ViewHostMsg_DidOverscroll(routing_id, params));
}
void InputEventFilter::DidStopFlinging(int routing_id) {
« no previous file with comments | « content/port/browser/render_widget_host_view_port.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698