| 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 d502f235e10f5ca0134002e1e20f2ec6cec098c3..358ac519981ee5bc746eae1e660a48a9977d032a 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -674,7 +674,7 @@
|
| base::ThreadTaskRunnerHandle::Get()));
|
| scoped_ptr<cc::SurfaceDisplayOutputSurface> surface_output_surface(
|
| new cc::SurfaceDisplayOutputSurface(
|
| - manager, surface_id_allocator_.get(), context_provider, nullptr));
|
| + manager, surface_id_allocator_.get(), context_provider));
|
|
|
| display_client_->set_surface_output_surface(surface_output_surface.get());
|
| surface_output_surface->set_display_client(display_client_.get());
|
|
|