| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index 21538c36142195c29f6d3aa575ef78711582acd2..681fdaa78ab2cea6da5a05a0748b796884b26463 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -418,7 +418,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
|
| // Called by the view in response to OnSwapCompositorFrame.
|
| static void SendReclaimCompositorResources(
|
| int32_t route_id,
|
| - uint32_t output_surface_id,
|
| + uint32_t compositor_frame_sink_id,
|
| int renderer_host_id,
|
| bool is_swap_ack,
|
| const cc::ReturnedResourceArray& resources);
|
|
|