| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 61e103060984eb52e76d50fcfa77e008032fd289..892d5b1c16c114ca89285828909f8e41037f3f35 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -2048,7 +2048,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
|
|
|