| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index f0ff5cbd6d49ad7de881dedd8f341656d081d8fe..f4a765adc57bb957ab5f723ac6e627be46e87101 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1441,23 +1441,6 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateZoomLimits,
|
| IPC_MESSAGE_CONTROL1(ViewHostMsg_SuddenTerminationChanged,
|
| bool /* enabled */)
|
|
|
| -IPC_STRUCT_BEGIN(ViewHostMsg_CompositorSurfaceBuffersSwapped_Params)
|
| - IPC_STRUCT_MEMBER(int32, surface_id)
|
| - IPC_STRUCT_MEMBER(uint64, surface_handle)
|
| - IPC_STRUCT_MEMBER(int32, route_id)
|
| - IPC_STRUCT_MEMBER(gfx::Size, size)
|
| - IPC_STRUCT_MEMBER(float, scale_factor)
|
| - IPC_STRUCT_MEMBER(int32, gpu_process_host_id)
|
| - IPC_STRUCT_MEMBER(std::vector<ui::LatencyInfo>, latency_info)
|
| -IPC_STRUCT_END()
|
| -
|
| -// This message is synthesized by GpuProcessHost to pass through a swap message
|
| -// to the RenderWidgetHelper. This allows GetBackingStore to block for either a
|
| -// software or GPU frame.
|
| -IPC_MESSAGE_ROUTED1(
|
| - ViewHostMsg_CompositorSurfaceBuffersSwapped,
|
| - ViewHostMsg_CompositorSurfaceBuffersSwapped_Params /* params */)
|
| -
|
| IPC_MESSAGE_ROUTED2(ViewHostMsg_SwapCompositorFrame,
|
| uint32 /* output_surface_id */,
|
| cc::CompositorFrame /* frame */)
|
|
|