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

Unified Diff: gpu/ipc/service/gpu_init.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 | « content/gpu/gpu_main.cc ('k') | gpu/ipc/service/gpu_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/gpu_init.h
diff --git a/gpu/ipc/service/gpu_init.h b/gpu/ipc/service/gpu_init.h
index bdbd04cec9d8c3d2006cbc4b659bd7d2c30d0bc7..0d97d3c138878230b0acd423bc15d0f69b11454e 100644
--- a/gpu/ipc/service/gpu_init.h
+++ b/gpu/ipc/service/gpu_init.h
@@ -10,6 +10,10 @@
#include "gpu/config/gpu_info.h"
#include "gpu/gpu_export.h"
+namespace shell {
+class Connector;
+}
+
namespace base {
class CommandLine;
}
@@ -36,7 +40,8 @@ class GPU_EXPORT GpuInit {
sandbox_helper_ = helper;
}
- bool InitializeAndStartSandbox(const base::CommandLine& command_line);
+ bool InitializeAndStartSandbox(const base::CommandLine& command_line,
+ shell::Connector* connector);
const GPUInfo& gpu_info() const { return gpu_info_; }
GpuWatchdogThread* watchdog_thread() { return watchdog_thread_.get(); }
« no previous file with comments | « content/gpu/gpu_main.cc ('k') | gpu/ipc/service/gpu_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698