| Index: content/common/input_messages.h
|
| diff --git a/content/common/input_messages.h b/content/common/input_messages.h
|
| index 5bdda8fb73949625632cc5077e56c2addf983c95..2aab506fa9e88712b0edf071d1a720977323cdef 100644
|
| --- a/content/common/input_messages.h
|
| +++ b/content/common/input_messages.h
|
| @@ -241,6 +241,8 @@ IPC_MESSAGE_ROUTED0(InputMsg_SyntheticGestureCompleted)
|
| IPC_MESSAGE_ROUTED1(InputHostMsg_HandleInputEvent_ACK,
|
| InputHostMsg_HandleInputEvent_ACK_Params)
|
|
|
| +IPC_MESSAGE_ROUTED0(InputHostMsg_HandleUncancelableTouchMoveEvent_ACK)
|
| +
|
| IPC_MESSAGE_ROUTED1(InputHostMsg_QueueSyntheticGesture,
|
| content::SyntheticGesturePacket)
|
|
|
|
|