| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index fc26803f197076bf9cf8086799b2db51847ff02e..cb523dec00541df45de985801825da4c6a3fe894 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -303,6 +303,16 @@ IPC_STRUCT_TRAITS_END()
|
| IPC_STRUCT_TRAITS_BEGIN(content::BrowserRenderingStats)
|
| IPC_STRUCT_TRAITS_MEMBER(input_event_count)
|
| IPC_STRUCT_TRAITS_MEMBER(total_input_latency)
|
| + IPC_STRUCT_TRAITS_MEMBER(touch_system_count)
|
| + IPC_STRUCT_TRAITS_MEMBER(total_touch_system_latency)
|
| + IPC_STRUCT_TRAITS_MEMBER(touch_ui_count)
|
| + IPC_STRUCT_TRAITS_MEMBER(total_touch_ui_latency)
|
| + IPC_STRUCT_TRAITS_MEMBER(touch_acked_consumed_count)
|
| + IPC_STRUCT_TRAITS_MEMBER(total_touch_acked_consumed_latency)
|
| + IPC_STRUCT_TRAITS_MEMBER(touch_acked_not_consumed_count)
|
| + IPC_STRUCT_TRAITS_MEMBER(total_touch_acked_not_consumed_latency)
|
| + IPC_STRUCT_TRAITS_MEMBER(touch_acked_no_consumer_count)
|
| + IPC_STRUCT_TRAITS_MEMBER(total_touch_acked_no_consumer_latency)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_BEGIN(ViewHostMsg_CreateWindow_Params)
|
|
|