| Index: content/common/input_messages.h
|
| diff --git a/content/common/input_messages.h b/content/common/input_messages.h
|
| index de8cc9c93ac0a311551a6f0a60a7f525d6e102a4..306ed6b766f1ce72e7a33243b69060228ebc01f8 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"
|
| @@ -108,12 +109,17 @@ IPC_STRUCT_TRAITS_BEGIN(content::SyntheticTapGestureParams)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::SyntheticPointerActionParams)
|
| - IPC_STRUCT_TRAITS_PARENT(content::SyntheticGestureParams)
|
| + IPC_STRUCT_TRAITS_MEMBER(gesture_source_type_)
|
| IPC_STRUCT_TRAITS_MEMBER(pointer_action_type_)
|
| IPC_STRUCT_TRAITS_MEMBER(index_)
|
| 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)
|
|
|