| Index: content/renderer/gpu/delegated_compositor_output_surface.h
|
| diff --git a/content/renderer/gpu/delegated_compositor_output_surface.h b/content/renderer/gpu/delegated_compositor_output_surface.h
|
| index 6edc2d6b36d4280a04d89e9b511d4fc3a5b3d596..061f1d396671a395bf12d6cb1e437ebf64929498 100644
|
| --- a/content/renderer/gpu/delegated_compositor_output_surface.h
|
| +++ b/content/renderer/gpu/delegated_compositor_output_surface.h
|
| @@ -17,6 +17,8 @@ class DelegatedCompositorOutputSurface : public CompositorOutputSurface {
|
| int32 routing_id,
|
| uint32 output_surface_id,
|
| const scoped_refptr<ContextProviderCommandBuffer>& context_provider,
|
| + const scoped_refptr<ContextProviderCommandBuffer>&
|
| + worker_context_provider,
|
| scoped_refptr<FrameSwapMessageQueue> swap_frame_message_queue);
|
| ~DelegatedCompositorOutputSurface() override {}
|
| };
|
|
|