Index: content/browser/renderer_host/compositor_impl_android.cc |
diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc |
index 9440da58aa1993f57caa7e4bece56aef9edc957f..4b83a1446a189d734861ecc76b93a2e58b419382 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.cc |
+++ b/content/browser/renderer_host/compositor_impl_android.cc |
@@ -662,7 +662,7 @@ void CompositorImpl::CreateOutputSurface() { |
base::ThreadTaskRunnerHandle::Get())); |
scoped_ptr<cc::SurfaceDisplayOutputSurface> surface_output_surface( |
new cc::SurfaceDisplayOutputSurface( |
- manager, surface_id_allocator_.get(), context_provider)); |
+ manager, surface_id_allocator_.get(), context_provider, nullptr)); |
display_client_->set_surface_output_surface(surface_output_surface.get()); |
surface_output_surface->set_display_client(display_client_.get()); |