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) { |