Index: content/browser/renderer_host/input/mouse_wheel_event_queue.h |
diff --git a/content/browser/renderer_host/input/mouse_wheel_event_queue.h b/content/browser/renderer_host/input/mouse_wheel_event_queue.h |
index b91bad6791709af5d6c3cbca51fa359f19e4175d..51c2bdfc7af57952f991ed4bad4335a853a8d11f 100644 |
--- a/content/browser/renderer_host/input/mouse_wheel_event_queue.h |
+++ b/content/browser/renderer_host/input/mouse_wheel_event_queue.h |
@@ -74,7 +74,7 @@ class CONTENT_EXPORT MouseWheelEventQueue { |
private: |
void TryForwardNextEventToRenderer(); |
- void SendScrollEnd(); |
+ void SendScrollEnd(blink::WebGestureEvent::ScrollUnits units); |
void SendGesture(const GestureEventWithLatencyInfo& gesture); |
MouseWheelEventQueueClient* client_; |