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 51c2bdfc7af57952f991ed4bad4335a853a8d11f..3c9802e328071b59526edfb49188f8aa5e29c7ea 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(blink::WebGestureEvent::ScrollUnits units); |
+ void SendScrollEnd(blink::WebGestureEvent update_event); |
void SendGesture(const GestureEventWithLatencyInfo& gesture); |
MouseWheelEventQueueClient* client_; |