Index: content/common/input_messages.h |
diff --git a/content/common/input_messages.h b/content/common/input_messages.h |
index a602eb56840f62b39a524522538045e4ddd49743..22692de77cc38bf4427a89255ef6828b1538734b 100644 |
--- a/content/common/input_messages.h |
+++ b/content/common/input_messages.h |
@@ -19,6 +19,7 @@ |
#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_pointer_action_list_params.h" |
#include "content/common/input/synthetic_pointer_action_params.h" |
#include "content/common/input/synthetic_smooth_drag_gesture_params.h" |
#include "content/common/input/synthetic_smooth_scroll_gesture_params.h" |
@@ -120,6 +121,11 @@ IPC_STRUCT_TRAITS_BEGIN(content::SyntheticPointerActionParams) |
IPC_STRUCT_TRAITS_MEMBER(position_) |
IPC_STRUCT_TRAITS_END() |
+IPC_STRUCT_TRAITS_BEGIN(content::SyntheticPointerActionListParams) |
+ IPC_STRUCT_TRAITS_PARENT(content::SyntheticGestureParams) |
+ IPC_STRUCT_TRAITS_MEMBER(param_list) |
+IPC_STRUCT_TRAITS_END() |
+ |
IPC_STRUCT_TRAITS_BEGIN(content::InputEventAck) |
IPC_STRUCT_TRAITS_MEMBER(type) |
IPC_STRUCT_TRAITS_MEMBER(state) |