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

Unified Diff: services/ui/gpu/gpu_main.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 | « gpu/ipc/service/gpu_init.cc ('k') | services/ui/gpu/gpu_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/gpu_main.h
diff --git a/services/ui/gpu/gpu_main.h b/services/ui/gpu/gpu_main.h
index ffcf8c01a0203a070c251bac1894d28541764ab8..e2f15bc6d9ce5c57271ad1b222a168c6053d7686 100644
--- a/services/ui/gpu/gpu_main.h
+++ b/services/ui/gpu/gpu_main.h
@@ -8,6 +8,10 @@
#include "gpu/ipc/service/gpu_init.h"
#include "services/ui/gpu/interfaces/gpu_service_internal.mojom.h"
+namespace shell {
+class Connector;
+}
+
namespace gpu {
class GpuMemoryBufferFactory;
}
@@ -18,7 +22,7 @@ class GpuServiceInternal;
class GpuMain : public gpu::GpuSandboxHelper {
public:
- GpuMain();
+ explicit GpuMain(shell::Connector* connector);
~GpuMain() override;
void Add(mojom::GpuServiceInternalRequest request);
« no previous file with comments | « gpu/ipc/service/gpu_init.cc ('k') | services/ui/gpu/gpu_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698