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