| Index: content/browser/gpu/gpu_process_host.cc
|
| diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
|
| index c6a30fa206b8b082bd17c7e68526d40d17358920..b9a2b2a1631d8784ffd841e0ab04c03dfec08e87 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -33,7 +33,7 @@
|
| #include "content/browser/gpu/shader_disk_cache.h"
|
| #include "content/browser/mojo/constants.h"
|
| #include "content/browser/mojo/mojo_child_connection.h"
|
| -#include "content/browser/mojo/mojo_shell_context.h"
|
| +#include "content/browser/mojo/service_manager_context_impl.h"
|
| #include "content/browser/renderer_host/render_widget_host_impl.h"
|
| #include "content/common/child_process_host_impl.h"
|
| #include "content/common/establish_channel_params.h"
|
| @@ -567,7 +567,7 @@ bool GpuProcessHost::Init() {
|
| DCHECK(!mojo_child_connection_);
|
| mojo_child_connection_.reset(new MojoChildConnection(
|
| kGpuMojoApplicationName, "", child_token_,
|
| - MojoShellContext::GetConnectorForIOThread(),
|
| + ServiceManagerContextImpl::GetConnectorForIOThread(),
|
| BrowserThread::GetTaskRunnerForThread(BrowserThread::IO)));
|
|
|
| gpu::GpuPreferences gpu_preferences = GetGpuPreferencesFromCommandLine();
|
|
|