| 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 d6132895025ef3b6210c29b7bdc44b8d87df1ca5..b8e480396b41394f08fcefdc9ffc66d972352f6f 100644
|
| --- a/content/browser/renderer_host/input/input_router_impl.h
|
| +++ b/content/browser/renderer_host/input/input_router_impl.h
|
| @@ -123,6 +123,7 @@ private:
|
| void OnHasTouchEventHandlers(bool has_handlers);
|
| void OnSetTouchAction(TouchAction touch_action);
|
| void OnDidStopFlinging();
|
| + void OnDidSelectWordAtCoordinates();
|
|
|
| // Indicates the source of an ack provided to |ProcessInputEventAck()|.
|
| // The source is tracked by |current_ack_source_|, which aids in ack routing.
|
|
|