| 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 1abe33b6ad728fda3601ee28722f87e1874aa247..8ebd27e9d4648f6c9a07cfe73ac6f83e323b71cc 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:
|
|
|
| // IPC message handlers
|
| void OnInputEventAck(const InputHostMsg_HandleInputEvent_ACK_Params& ack);
|
| + void OnUncancelableTouchMoveAck();
|
| void OnDidOverscroll(const DidOverscrollParams& params);
|
| void OnMsgMoveCaretAck();
|
| void OnSelectMessageAck();
|
|
|