| 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 b5777456f7d7996effa1101af5a0d3d22318c00e..42b0d49400fd41d3807d7a5865fe86b14a1cfc0d 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -448,7 +448,10 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
|
|
|
| // Called by the view in response to OnSwapCompositorFrame.
|
| static void SendSwapCompositorFrameAck(
|
| - int32 route_id, int renderer_host_id, const cc::CompositorFrameAck& ack);
|
| + int32 route_id,
|
| + uint32 output_surface_id,
|
| + int renderer_host_id,
|
| + const cc::CompositorFrameAck& ack);
|
|
|
| // Called by the view in response to AcceleratedSurfaceBuffersSwapped for
|
| // platforms that support deferred GPU process descheduling. This does
|
|
|