| Index: content/browser/renderer_host/input/input_router_impl.h
|
| diff --git a/content/browser/renderer_host/input/input_router_impl.h b/content/browser/renderer_host/input/input_router_impl.h
|
| index 9315f6fa379dec63888c64718f12854f5c018b83..a0f9fc2e7d924d70f39d2b6108aeb83648a9e934 100644
|
| --- a/content/browser/renderer_host/input/input_router_impl.h
|
| +++ b/content/browser/renderer_host/input/input_router_impl.h
|
| @@ -100,6 +100,8 @@ class CONTENT_EXPORT InputRouterImpl
|
| const GestureEventWithLatencyInfo& gesture_event) override;
|
| void OnGestureEventAck(const GestureEventWithLatencyInfo& event,
|
| InputEventAckState ack_result) override;
|
| + void ForwardGestureEvent(
|
| + const blink::WebGestureEvent& gesture_event) override;
|
|
|
| // MouseWheelEventQueueClient
|
| void SendMouseWheelEventImmediately(
|
|
|