| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index a70cb9c58cb5543f7c1bffb188827fd57ff15e1b..a7a7520d1559d63e59daeae08b2cbf4559058ee8 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -808,12 +808,6 @@ IPC_MESSAGE_ROUTED2(ViewMsg_SwapCompositorFrameAck,
|
| uint32_t /* output_surface_id */,
|
| cc::CompositorFrameAck /* ack */)
|
|
|
| -// Sent by browser to tell renderer compositor that some resources that were
|
| -// given to the browser in a swap are not being used anymore.
|
| -IPC_MESSAGE_ROUTED2(ViewMsg_ReclaimCompositorResources,
|
| - uint32_t /* output_surface_id */,
|
| - cc::CompositorFrameAck /* ack */)
|
| -
|
| // Sent by browser to give renderer compositor a new namespace ID for any
|
| // SurfaceSequences it has to create.
|
| IPC_MESSAGE_ROUTED1(ViewMsg_SetSurfaceIdNamespace,
|
|
|