| Index: services/ui/gpu/gpu_main.cc
|
| diff --git a/services/ui/gpu/gpu_main.cc b/services/ui/gpu/gpu_main.cc
|
| index ce1c0794ccaba746c0aab45e9dabcaf81605d3d5..dc692c06ad1f960ac372043858355ac405dacf7c 100644
|
| --- a/services/ui/gpu/gpu_main.cc
|
| +++ b/services/ui/gpu/gpu_main.cc
|
| @@ -158,8 +158,7 @@ void GpuMain::CreateDisplayCompositorInternal(
|
| : nullptr;
|
|
|
| mojom::GpuServicePtr gpu_service;
|
| - mojom::GpuServiceRequest gpu_service_request =
|
| - mojo::MakeRequest(&gpu_service);
|
| + mojom::GpuServiceRequest gpu_service_request(&gpu_service);
|
|
|
| if (gpu_thread_.task_runner()->BelongsToCurrentThread()) {
|
| // If the DisplayCompositor creation was delayed because GpuService
|
|
|