| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 0bb35e93ee1b458e966f6a97c08cf3c0eaaab7bc..6b76d70379d8d8f7be7f032773bd515cadbdbb0e 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -600,10 +600,6 @@ IPC_MESSAGE_ROUTED3(ViewMsg_ReclaimCompositorResources,
|
| bool /* is_swap_ack */,
|
| cc::ReturnedResourceArray /* resources */)
|
|
|
| -// Sent by browser to give renderer compositor a new namespace ID for any
|
| -// SurfaceSequences it has to create.
|
| -IPC_MESSAGE_ROUTED1(ViewMsg_SetFrameSinkId, cc::FrameSinkId /* frame_sink_id */)
|
| -
|
| IPC_MESSAGE_ROUTED0(ViewMsg_SelectWordAroundCaret)
|
|
|
| // Sent by the browser to ask the renderer to redraw. Robust to events that can
|
|
|