Index: content/browser/aura/gpu_process_transport_factory.cc |
diff --git a/content/browser/aura/gpu_process_transport_factory.cc b/content/browser/aura/gpu_process_transport_factory.cc |
index 12bfd8c94830b323c9f7a2ad0a66f4884b27da7b..d0fbb3ee58806bdf9efdb0aafc9388fb9749f46d 100644 |
--- a/content/browser/aura/gpu_process_transport_factory.cc |
+++ b/content/browser/aura/gpu_process_transport_factory.cc |
@@ -249,7 +249,9 @@ scoped_ptr<cc::OutputSurface> GpuProcessTransportFactory::CreateOutputSurface( |
scoped_ptr<SoftwareBrowserCompositorOutputSurface> surface = |
SoftwareBrowserCompositorOutputSurface::Create( |
- CreateSoftwareOutputDevice(compositor)); |
+ CreateSoftwareOutputDevice(compositor), |
+ base::MessageLoopProxy::current().get(), |
+ compositor->AsWeakPtr()); |
return surface.PassAs<cc::OutputSurface>(); |
} |