| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 3c385c0604453df10dfcf15fdd6b984f459dc4f8..9a2604104f67c405cb4818c0eb2e84d1e340997b 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -791,7 +791,7 @@ IPC_MESSAGE_ROUTED1(ViewMsg_ExtractSmartClipData,
|
| // given to the browser in a swap are not being used anymore.
|
| // If this message is in response to a swap then is_swap_ack is set.
|
| IPC_MESSAGE_ROUTED3(ViewMsg_ReclaimCompositorResources,
|
| - uint32_t /* output_surface_id */,
|
| + uint32_t /* compositor_frame_sink_id */,
|
| bool /* is_swap_ack */,
|
| cc::ReturnedResourceArray /* resources */)
|
|
|
| @@ -1062,7 +1062,7 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateZoomLimits,
|
|
|
| IPC_MESSAGE_ROUTED3(
|
| ViewHostMsg_SwapCompositorFrame,
|
| - uint32_t /* output_surface_id */,
|
| + uint32_t /* compositor_frame_sink_id */,
|
| cc::CompositorFrame /* frame */,
|
| std::vector<IPC::Message> /* messages_to_deliver_with_frame */)
|
|
|
|
|