| 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 e5921d1709eb82b9424a9b61e0835400a8b6fb85..3d2d4188ff9103c11df294d129f9bdd93942f7ab 100644
|
| --- a/services/ui/ws/gpu_service_proxy.h
|
| +++ b/services/ui/ws/gpu_service_proxy.h
|
| @@ -17,6 +17,10 @@
|
| #include "services/ui/public/interfaces/gpu_memory_buffer.mojom.h"
|
| #include "services/ui/public/interfaces/gpu_service.mojom.h"
|
|
|
| +namespace shell {
|
| +class Connector;
|
| +}
|
| +
|
| namespace gpu {
|
| class GpuChannelHost;
|
| }
|
| @@ -35,7 +39,8 @@ class MusGpuMemoryBufferManager;
|
| class GpuServiceProxy : public mojom::GpuService,
|
| public gpu::GpuChannelHostFactory {
|
| public:
|
| - explicit GpuServiceProxy(GpuServiceProxyDelegate* delegate);
|
| + explicit GpuServiceProxy(GpuServiceProxyDelegate* delegate,
|
| + shell::Connector*);
|
| ~GpuServiceProxy() override;
|
|
|
| void Add(mojom::GpuServiceRequest request);
|
|
|