Index: content/common/input_messages.h |
diff --git a/content/common/input_messages.h b/content/common/input_messages.h |
index 375940b25126c3f978808514e6b96518d8130778..706b1fd6878c9669137b8cb313362913c04aaa33 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) |