| Index: content/common/input_messages.h
|
| diff --git a/content/common/input_messages.h b/content/common/input_messages.h
|
| index 7deff3c8b81dfb9c6ef860eb5651b47f6a3f8df0..ab9778cd649c0b22e35918964288c4c7f58ae0ab 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()
|
|
|