| Index: content/gpu/gpu_child_thread.cc
|
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
|
| index 8267d1f456929cf93b107ff07aefeb093f929fc0..4e9b35d46bc1dbe2cf8876904f74fcdc21432f5d 100644
|
| --- a/content/gpu/gpu_child_thread.cc
|
| +++ b/content/gpu/gpu_child_thread.cc
|
| @@ -167,7 +167,6 @@ GpuChildThread::GpuChildThread(
|
| gpu::GpuMemoryBufferFactory* gpu_memory_buffer_factory)
|
| : ChildThreadImpl(ChildThreadImpl::Options::Builder()
|
| .InBrowserProcess(params)
|
| - .UseMojoChannel(true)
|
| .AddStartupFilter(new GpuMemoryBufferMessageFilter(
|
| gpu_memory_buffer_factory))
|
| .ConnectToBrowser(true)
|
|
|