| Index: ui/events/ipc/latency_info_param_traits_macros.h
|
| diff --git a/ui/events/ipc/latency_info_param_traits_macros.h b/ui/events/ipc/latency_info_param_traits_macros.h
|
| index 29ed8bc4a8a089ce24a805bc51c60885b688eeb0..86d9e7d018c91b066a80204c337ff73d3b825e0c 100644
|
| --- a/ui/events/ipc/latency_info_param_traits_macros.h
|
| +++ b/ui/events/ipc/latency_info_param_traits_macros.h
|
| @@ -19,6 +19,8 @@ IPC_STRUCT_TRAITS_BEGIN(ui::LatencyInfo::LatencyComponent)
|
| IPC_STRUCT_TRAITS_MEMBER(sequence_number)
|
| IPC_STRUCT_TRAITS_MEMBER(event_time)
|
| IPC_STRUCT_TRAITS_MEMBER(event_count)
|
| + IPC_STRUCT_TRAITS_MEMBER(first_event_time)
|
| + IPC_STRUCT_TRAITS_MEMBER(last_event_time)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_ENUM_TRAITS_MAX_VALUE(ui::SourceEventType,
|
|
|