| 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 3c9802e328071b59526edfb49188f8aa5e29c7ea..24fcb146572dbd65cfda5b6fbb9c28a33b48e767 100644
|
| --- a/content/browser/renderer_host/input/mouse_wheel_event_queue.h
|
| +++ b/content/browser/renderer_host/input/mouse_wheel_event_queue.h
|
| @@ -75,7 +75,7 @@ class CONTENT_EXPORT MouseWheelEventQueue {
|
| private:
|
| void TryForwardNextEventToRenderer();
|
| void SendScrollEnd(blink::WebGestureEvent update_event);
|
| - void SendGesture(const GestureEventWithLatencyInfo& gesture);
|
| + void SendGesture(const GestureEventWithLatencyInfo& gesture, bool needs_end);
|
|
|
| MouseWheelEventQueueClient* client_;
|
| bool needs_scroll_begin_;
|
|
|