Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 57b8ef34debc9107363227eccf194a6d1efbaa34..7bf83d027be78852518fbc5060a93224577f86c8 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -2066,7 +2066,7 @@ IPC_STRUCT_BEGIN(ViewHostMsg_CompositorSurfaceBuffersSwapped_Params) |
IPC_STRUCT_MEMBER(gfx::Size, size) |
IPC_STRUCT_MEMBER(float, scale_factor) |
IPC_STRUCT_MEMBER(int32, gpu_process_host_id) |
- IPC_STRUCT_MEMBER(ui::LatencyInfo, latency_info) |
+ IPC_STRUCT_MEMBER(std::vector<ui::LatencyInfo>, latency_info) |
IPC_STRUCT_END() |
// This message is synthesized by GpuProcessHost to pass through a swap message |