| 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 44dd0b42ecc2886b4584c7096b4230a5fc5c0dc2..20ee1629bbe6290dca20503647708e5047bec6b5 100644
|
| --- a/content/browser/renderer_host/input/input_router_impl.h
|
| +++ b/content/browser/renderer_host/input/input_router_impl.h
|
| @@ -100,14 +100,14 @@ 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(
|
| const MouseWheelEventWithLatencyInfo& touch_event) override;
|
| void OnMouseWheelEventAck(const MouseWheelEventWithLatencyInfo& event,
|
| InputEventAckState ack_result) override;
|
| + void ForwardGestureEvent(const blink::WebGestureEvent& gesture_event,
|
| + const ui::LatencyInfo& latency_info) override;
|
|
|
| bool SendMoveCaret(std::unique_ptr<IPC::Message> message);
|
| bool SendSelectMessage(std::unique_ptr<IPC::Message> message);
|
|
|