diff options
Diffstat (limited to 'content/common/input_messages.h')
-rw-r--r-- | content/common/input_messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/input_messages.h b/content/common/input_messages.h index f91ac6b..2ea722c 100644 --- a/content/common/input_messages.h +++ b/content/common/input_messages.h @@ -202,7 +202,7 @@ IPC_MESSAGE_ROUTED3(InputMsg_ActivateNearestFindResult, float /* y */) #endif -IPC_MESSAGE_ROUTED0(InputMsg_SyntheticGestureCompleted); +IPC_MESSAGE_ROUTED0(InputMsg_SyntheticGestureCompleted) // ----------------------------------------------------------------------------- // Messages sent from the renderer to the browser. |