| Index: content/common/input_messages.h
|
| diff --git a/content/common/input_messages.h b/content/common/input_messages.h
|
| index d4fff902dd14cf186e8c787a4d196ee02f98d886..6b36bec4d1517915b9d89e00d3789aa3295c3bca 100644
|
| --- a/content/common/input_messages.h
|
| +++ b/content/common/input_messages.h
|
| @@ -84,8 +84,7 @@ IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::SyntheticPinchGestureParams)
|
| IPC_STRUCT_TRAITS_PARENT(content::SyntheticGestureParams)
|
| - IPC_STRUCT_TRAITS_MEMBER(zoom_in)
|
| - IPC_STRUCT_TRAITS_MEMBER(total_num_pixels_covered)
|
| + IPC_STRUCT_TRAITS_MEMBER(scale_factor)
|
| IPC_STRUCT_TRAITS_MEMBER(anchor)
|
| IPC_STRUCT_TRAITS_MEMBER(relative_pointer_speed_in_pixels_s)
|
| IPC_STRUCT_TRAITS_END()
|
|
|