Index: content/common/input_messages.h |
diff --git a/content/common/input_messages.h b/content/common/input_messages.h |
index df67c713d543e5b355dc0d77ac6b300cfb3f7f8d..0aa8502ebd93944634a68e9a3b07e098d47e8f32 100644 |
--- a/content/common/input_messages.h |
+++ b/content/common/input_messages.h |
@@ -76,8 +76,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() |