| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 9ab0e9928c9ea403132721b725aa9c13d4871520..0ceefabb963e60587ab7a33af563616c87328606 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -314,6 +314,10 @@ IPC_STRUCT_TRAITS_BEGIN(content::BrowserRenderingStats)
|
| IPC_STRUCT_TRAITS_MEMBER(total_touch_acked_latency)
|
| IPC_STRUCT_TRAITS_MEMBER(scroll_update_count)
|
| IPC_STRUCT_TRAITS_MEMBER(total_scroll_update_latency)
|
| + IPC_STRUCT_TRAITS_MEMBER(impl_to_main_touch_event_count)
|
| + IPC_STRUCT_TRAITS_MEMBER(total_impl_to_main_touch_event_latency)
|
| + IPC_STRUCT_TRAITS_MEMBER(impl_to_main_gesture_scroll_event_count)
|
| + IPC_STRUCT_TRAITS_MEMBER(total_impl_to_main_gesture_scroll_event_latency)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_BEGIN(ViewHostMsg_CreateWindow_Params)
|
|
|