Index: content/common/input_messages.h |
diff --git a/content/common/input_messages.h b/content/common/input_messages.h |
index 5bdda8fb73949625632cc5077e56c2addf983c95..7e282baf6f8bfb3cef6f16e666d7ebedc30277cb 100644 |
--- a/content/common/input_messages.h |
+++ b/content/common/input_messages.h |
@@ -114,6 +114,10 @@ IPC_STRUCT_BEGIN(InputHostMsg_HandleInputEvent_ACK_Params) |
IPC_STRUCT_MEMBER(scoped_ptr<content::DidOverscrollParams>, overscroll) |
IPC_STRUCT_END() |
+IPC_STRUCT_BEGIN(InputHostMsg_HandleAsyncTouchEvent_ACK_Params) |
+IPC_STRUCT_MEMBER(blink::WebInputEvent::Type, type) |
+IPC_STRUCT_END() |
+ |
// Sends an input event to the render widget. |
IPC_MESSAGE_ROUTED3(InputMsg_HandleInputEvent, |
IPC::WebInputEventPointer /* event */, |
@@ -241,6 +245,9 @@ IPC_MESSAGE_ROUTED0(InputMsg_SyntheticGestureCompleted) |
IPC_MESSAGE_ROUTED1(InputHostMsg_HandleInputEvent_ACK, |
InputHostMsg_HandleInputEvent_ACK_Params) |
+IPC_MESSAGE_ROUTED1(InputHostMsg_HandleAsyncTouchEvent_ACK, |
+ InputHostMsg_HandleAsyncTouchEvent_ACK_Params) |
+ |
IPC_MESSAGE_ROUTED1(InputHostMsg_QueueSyntheticGesture, |
content::SyntheticGesturePacket) |