| Index: content/common/input_messages.h
|
| diff --git a/content/common/input_messages.h b/content/common/input_messages.h
|
| index d00d45d93f2c73e889051110c64ef684f5a1d802..1827212699c9acb9e3283ddd7f975834ee66f34f 100644
|
| --- a/content/common/input_messages.h
|
| +++ b/content/common/input_messages.h
|
| @@ -59,6 +59,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::DidOverscrollParams)
|
| IPC_STRUCT_TRAITS_MEMBER(accumulated_overscroll)
|
| IPC_STRUCT_TRAITS_MEMBER(latest_overscroll_delta)
|
| IPC_STRUCT_TRAITS_MEMBER(current_fling_velocity)
|
| + IPC_STRUCT_TRAITS_MEMBER(causal_event_viewport_point)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::EditCommand)
|
|
|