| Index: services/ui/ws/gpu_service_proxy.h
|
| diff --git a/services/ui/ws/gpu_service_proxy.h b/services/ui/ws/gpu_service_proxy.h
|
| index 0a9f0801e11d99202192f5c1a335385bbe2867a1..4a3a649712493625531a5f5aafd68f3ac22a72f8 100644
|
| --- a/services/ui/ws/gpu_service_proxy.h
|
| +++ b/services/ui/ws/gpu_service_proxy.h
|
| @@ -15,7 +15,7 @@
|
| #include "services/ui/gpu/gpu_main.h"
|
| #include "services/ui/gpu/interfaces/gpu_service_host.mojom.h"
|
| #include "services/ui/gpu/interfaces/gpu_service_internal.mojom.h"
|
| -#include "services/ui/public/interfaces/gpu_service.mojom.h"
|
| +#include "services/ui/public/interfaces/gpu.mojom.h"
|
|
|
| namespace ui {
|
|
|
| @@ -32,7 +32,7 @@ class GpuServiceProxy : public mojom::GpuServiceHost {
|
| explicit GpuServiceProxy(GpuServiceProxyDelegate* delegate);
|
| ~GpuServiceProxy() override;
|
|
|
| - void Add(mojom::GpuServiceRequest request);
|
| + void Add(mojom::GpuRequest request);
|
|
|
| // Requests a cc::mojom::DisplayCompositor interface from mus-gpu.
|
| void CreateDisplayCompositor(cc::mojom::DisplayCompositorRequest request,
|
|
|