| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index e88fe86f8c3b2726b5765db6584150efaae53378..5668a22e389f848b0a7a4433840ee7014864f5a0 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -725,8 +725,7 @@ IPC_MESSAGE_ROUTED3(ViewMsg_ReclaimCompositorResources,
|
|
|
| // Sent by browser to give renderer compositor a new namespace ID for any
|
| // SurfaceSequences it has to create.
|
| -IPC_MESSAGE_ROUTED1(ViewMsg_SetSurfaceClientId,
|
| - uint32_t /* surface_id_namespace */)
|
| +IPC_MESSAGE_ROUTED1(ViewMsg_SetFrameSinkId, cc::FrameSinkId /* frame_sink_id */)
|
|
|
| IPC_MESSAGE_ROUTED0(ViewMsg_SelectWordAroundCaret)
|
|
|
|
|