Index: content/common/input_messages.h |
diff --git a/content/common/input_messages.h b/content/common/input_messages.h |
index 3f942c2b29279f8ce4c85b22dce0874c48a64823..00ed8cdcf25919c6d876ec4acade2b57b00aec75 100644 |
--- a/content/common/input_messages.h |
+++ b/content/common/input_messages.h |
@@ -97,6 +97,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::SyntheticSmoothScrollGestureParams) |
IPC_STRUCT_TRAITS_PARENT(content::SyntheticGestureParams) |
IPC_STRUCT_TRAITS_MEMBER(anchor) |
IPC_STRUCT_TRAITS_MEMBER(distances) |
+ IPC_STRUCT_TRAITS_MEMBER(velocity) |
IPC_STRUCT_TRAITS_MEMBER(prevent_fling) |
IPC_STRUCT_TRAITS_MEMBER(speed_in_pixels_s) |
IPC_STRUCT_TRAITS_END() |