| Index: services/ui/ws/gpu_service_proxy.cc
|
| diff --git a/services/ui/ws/gpu_service_proxy.cc b/services/ui/ws/gpu_service_proxy.cc
|
| index a5488f2e032ec11744d687bfc22e7939e840cedc..b0932e071bb2581c35669e9dca27d3af59150ee0 100644
|
| --- a/services/ui/ws/gpu_service_proxy.cc
|
| +++ b/services/ui/ws/gpu_service_proxy.cc
|
| @@ -65,7 +65,7 @@ void GpuServiceProxy::OnInternalGpuChannelEstablished(
|
| CHECK(io_thread_->StartWithOptions(thread_options));
|
|
|
| gpu_memory_buffer_manager_ = base::MakeUnique<MusGpuMemoryBufferManager>(
|
| - gpu_main_.gpu_service(), kInternalGpuChannelClientId);
|
| + gpu_service_.get(), kInternalGpuChannelClientId);
|
| gpu_channel_ = gpu::GpuChannelHost::Create(
|
| this, kInternalGpuChannelClientId, gpu_info_,
|
| IPC::ChannelHandle(channel_handle.release()), &shutdown_event_,
|
|
|