| Index: services/ui/public/cpp/gpu_service.cc
|
| diff --git a/services/ui/public/cpp/gpu_service.cc b/services/ui/public/cpp/gpu_service.cc
|
| index 4bc79c89699ddff63fe7c5c7026690386a88c5f7..3e1667da25f9cda815c67c882e4b32e2b8a36461 100644
|
| --- a/services/ui/public/cpp/gpu_service.cc
|
| +++ b/services/ui/public/cpp/gpu_service.cc
|
| @@ -114,11 +114,9 @@ void GpuService::OnEstablishedGpuChannel(
|
| DCHECK(!gpu_channel_);
|
|
|
| if (client_id) {
|
| - // TODO(penghuang): Get the real gpu info from mus.
|
| gpu_channel_ = gpu::GpuChannelHost::Create(
|
| - this, client_id, gpu::GPUInfo(),
|
| - IPC::ChannelHandle(channel_handle.release()), &shutdown_event_,
|
| - gpu_memory_buffer_manager_.get());
|
| + this, client_id, gpu_info, IPC::ChannelHandle(channel_handle.release()),
|
| + &shutdown_event_, gpu_memory_buffer_manager_.get());
|
| }
|
|
|
| gpu_service_.reset();
|
|
|