Index: content/renderer/gpu/delegated_compositor_output_surface.cc |
diff --git a/content/renderer/gpu/delegated_compositor_output_surface.cc b/content/renderer/gpu/delegated_compositor_output_surface.cc |
index d9ed4963f8d2d01cdd6fd67a36e942224dd3b4c4..d767ce4a7889f9eaa95c6849be291a8913922203 100644 |
--- a/content/renderer/gpu/delegated_compositor_output_surface.cc |
+++ b/content/renderer/gpu/delegated_compositor_output_surface.cc |
@@ -11,10 +11,12 @@ DelegatedCompositorOutputSurface::DelegatedCompositorOutputSurface( |
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) |
: CompositorOutputSurface(routing_id, |
output_surface_id, |
context_provider, |
+ worker_context_provider, |
scoped_ptr<cc::SoftwareOutputDevice>(), |
swap_frame_message_queue, |
true) { |