| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index b4074bf11881ccb4658fd910224728594eb6fd3e..b3a0d7de3419c5c962c12be4ca2eaee29553ede9 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -307,6 +307,8 @@ IPC_STRUCT_TRAITS_BEGIN(content::BrowserRenderingStats)
|
| IPC_STRUCT_TRAITS_MEMBER(total_touch_ui_latency)
|
| IPC_STRUCT_TRAITS_MEMBER(touch_acked_count)
|
| IPC_STRUCT_TRAITS_MEMBER(total_touch_acked_latency)
|
| + IPC_STRUCT_TRAITS_MEMBER(scroll_event_count)
|
| + IPC_STRUCT_TRAITS_MEMBER(total_scroll_latency)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_BEGIN(ViewHostMsg_CreateWindow_Params)
|
|
|