Index: content/common/cc_messages.h |
diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h |
index 1f16046aed056f253e50b28061afda48d7a6cb58..e00785e8322764f946294bc3d4531301ef44ac61 100644 |
--- a/content/common/cc_messages.h |
+++ b/content/common/cc_messages.h |
@@ -108,6 +108,7 @@ struct CONTENT_EXPORT ParamTraits<cc::DelegatedFrameData> { |
#define IPC_MESSAGE_EXPORT CONTENT_EXPORT |
IPC_ENUM_TRAITS(cc::DrawQuad::Material) |
+IPC_ENUM_TRAITS(cc::LatencyComponent) |
IPC_ENUM_TRAITS(cc::IOSurfaceDrawQuad::Orientation) |
IPC_ENUM_TRAITS(WebKit::WebFilterOperation::FilterType) |
@@ -219,10 +220,7 @@ IPC_STRUCT_TRAITS_BEGIN(cc::TransferableResource) |
IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(cc::LatencyInfo) |
- IPC_STRUCT_TRAITS_MEMBER(renderer_main_frame_number) |
- IPC_STRUCT_TRAITS_MEMBER(renderer_impl_frame_number) |
- IPC_STRUCT_TRAITS_MEMBER(browser_main_frame_number) |
- IPC_STRUCT_TRAITS_MEMBER(browser_impl_frame_number) |
+ IPC_STRUCT_TRAITS_MEMBER(latency_numbers) |
IPC_STRUCT_TRAITS_MEMBER(swap_timestamp) |
IPC_STRUCT_TRAITS_END() |