| 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 239d0d212c7b724a01f1bb9b6d0eb51401f7c6af..971940382c1cacfd09cf242d263fd592818ef0fb 100644
|
| --- a/content/browser/renderer_host/input/input_router_impl.h
|
| +++ b/content/browser/renderer_host/input/input_router_impl.h
|
| @@ -116,6 +116,7 @@ class CONTENT_EXPORT InputRouterImpl
|
| void ForwardGestureEventWithLatencyInfo(
|
| const blink::WebGestureEvent& gesture_event,
|
| const ui::LatencyInfo& latency_info) override;
|
| + bool IsInGestureScrollForTouchpad() const override;
|
|
|
| bool SendMoveCaret(std::unique_ptr<IPC::Message> message);
|
| bool SendSelectMessage(std::unique_ptr<IPC::Message> message);
|
|
|