| Index: content/common/input_messages.h
|
| diff --git a/content/common/input_messages.h b/content/common/input_messages.h
|
| index 80b0536d05494f55f689d66c91c32a5f4dd7e5c4..508729b0e65bcec64138bc18522b76e39ca8e5e8 100644
|
| --- a/content/common/input_messages.h
|
| +++ b/content/common/input_messages.h
|
| @@ -189,6 +189,8 @@ IPC_MESSAGE_ROUTED1(InputHostMsg_QueueSyntheticGesture,
|
| IPC_MESSAGE_ROUTED1(InputHostMsg_SetTouchAction,
|
| content::TouchAction /* touch_action */)
|
|
|
| +IPC_MESSAGE_ROUTED0(InputHostMsg_DidFinishTopControlsGesture)
|
| +
|
| // Adding a new message? Stick to the sort order above: first platform
|
| // independent InputMsg, then ifdefs for platform specific InputMsg, then
|
| // platform independent InputHostMsg, then ifdefs for platform specific
|
|
|