Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: services/ui/ws/gpu_service_proxy.h

Issue 2342003003: [WIP] Mus: Pass the mojo connector to OzonePlatform::InitializeForGPU (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/ui/service.cc ('k') | services/ui/ws/gpu_service_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « services/ui/service.cc ('k') | services/ui/ws/gpu_service_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698