Chromium Code Reviews| 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 ab5058329547e51cd7a443674d937d5109671aee..6a211426d1a1fcb07135f4f44394d25660ca0daf 100644 |
| --- a/content/browser/renderer_host/input/input_router_impl.h |
| +++ b/content/browser/renderer_host/input/input_router_impl.h |
| @@ -19,6 +19,7 @@ |
| #include "content/public/browser/native_web_keyboard_event.h" |
| struct InputHostMsg_HandleInputEvent_ACK_Params; |
| +struct InputHostMsg_HandleUncancelableTouchMoveEvent_ACK_Params; |
|
jdduke (slow)
2015/04/02 19:36:00
Nit: This forward decl is no longer needed.
lanwei
2015/04/14 20:55:33
Done.
|
| namespace IPC { |
| class Sender; |
| @@ -125,6 +126,7 @@ private: |
| // IPC message handlers |
| void OnInputEventAck(const InputHostMsg_HandleInputEvent_ACK_Params& ack); |
| + void OnUncancelableTouchMoveAck(); |
| void OnDidOverscroll(const DidOverscrollParams& params); |
| void OnMsgMoveCaretAck(); |
| void OnSelectMessageAck(); |