| Index: content/gpu/gpu_child_thread.cc
|
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
|
| index c79f49bccef75fcf605fe73b0f1b1061054a3514..029c40ec07a7d99832c162d2972c4715864719c2 100644
|
| --- a/content/gpu/gpu_child_thread.cc
|
| +++ b/content/gpu/gpu_child_thread.cc
|
| @@ -135,7 +135,6 @@ ChildThreadImpl::Options GetOptions(
|
| if (message_filter)
|
| builder.AddStartupFilter(message_filter);
|
| #endif
|
| - builder.UseMojoShellConnection(true);
|
|
|
| return builder.Build();
|
| }
|
| @@ -175,7 +174,6 @@ GpuChildThread::GpuChildThread(
|
| .InBrowserProcess(params)
|
| .AddStartupFilter(new GpuMemoryBufferMessageFilter(
|
| gpu_memory_buffer_factory))
|
| - .UseMojoShellConnection(true)
|
| .Build()),
|
| gpu_preferences_(gpu_preferences),
|
| dead_on_arrival_(false),
|
|
|