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