| 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(); }
|
|
|