Index: trunk/src/content/common/input_messages.h |
=================================================================== |
--- trunk/src/content/common/input_messages.h (revision 236262) |
+++ trunk/src/content/common/input_messages.h (working copy) |
@@ -12,7 +12,6 @@ |
#include "content/common/edit_command.h" |
#include "content/common/input/input_event.h" |
#include "content/common/input/input_param_traits.h" |
-#include "content/common/input/synthetic_gesture_packet.h" |
#include "content/common/input/synthetic_gesture_params.h" |
#include "content/common/input/synthetic_pinch_gesture_params.h" |
#include "content/common/input/synthetic_smooth_scroll_gesture_params.h" |
@@ -160,8 +159,6 @@ |
float /* y */) |
#endif |
-IPC_MESSAGE_ROUTED0(InputMsg_SyntheticGestureCompleted); |
- |
// ----------------------------------------------------------------------------- |
// Messages sent from the renderer to the browser. |
@@ -171,10 +168,7 @@ |
content::InputEventAckState /* ack_result */, |
ui::LatencyInfo /* latency_info */) |
-IPC_MESSAGE_ROUTED1(InputHostMsg_QueueSyntheticGesture, |
- content::SyntheticGesturePacket) |
- |
// 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 |