| Index: content/browser/compositor/gpu_process_transport_factory.cc
|
| diff --git a/content/browser/compositor/gpu_process_transport_factory.cc b/content/browser/compositor/gpu_process_transport_factory.cc
|
| index 2e7ee673d882d6a1ba3a63c10326ea8e26b3d04d..7d1cf0c2d283a6620d1de210bc8fc8348d66ee4d 100644
|
| --- a/content/browser/compositor/gpu_process_transport_factory.cc
|
| +++ b/content/browser/compositor/gpu_process_transport_factory.cc
|
| @@ -554,12 +554,11 @@ void GpuProcessTransportFactory::EstablishedGpuChannel(
|
|
|
| // The Display owns and uses the |display_output_surface| created above.
|
| data->display = base::MakeUnique<cc::Display>(
|
| - HostSharedBitmapManager::current(),
|
| - GetGpuMemoryBufferManager(),
|
| - compositor->GetRendererSettings(), std::move(begin_frame_source),
|
| - std::move(display_output_surface), std::move(scheduler),
|
| - base::MakeUnique<cc::TextureMailboxDeleter>(
|
| - compositor->task_runner().get()));
|
| + HostSharedBitmapManager::current(), GetGpuMemoryBufferManager(),
|
| + compositor->GetRendererSettings(), compositor->frame_sink_id(),
|
| + std::move(begin_frame_source), std::move(display_output_surface),
|
| + std::move(scheduler), base::MakeUnique<cc::TextureMailboxDeleter>(
|
| + compositor->task_runner().get()));
|
|
|
| // The |delegated_output_surface| is given back to the compositor, it
|
| // delegates to the Display as its root surface. Importantly, it shares the
|
|
|