| Index: content/common/content_param_traits_macros.h
|
| diff --git a/content/common/content_param_traits_macros.h b/content/common/content_param_traits_macros.h
|
| index ef56f2663b6e1c4f163c43caadb7c682b836cac4..e422a18816a44ca93d2cea9df7cee2843dd304d6 100644
|
| --- a/content/common/content_param_traits_macros.h
|
| +++ b/content/common/content_param_traits_macros.h
|
| @@ -29,7 +29,8 @@ IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(ui::LatencyInfo)
|
| IPC_STRUCT_TRAITS_MEMBER(latency_components)
|
| - IPC_STRUCT_TRAITS_MEMBER(swap_timestamp)
|
| + IPC_STRUCT_TRAITS_MEMBER(trace_id)
|
| + IPC_STRUCT_TRAITS_MEMBER(terminated)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| #endif // CONTENT_COMMON_CONTENT_PARAM_TRAITS_MACROS_H_
|
|
|