| Index: content/gpu/gpu_child_thread.cc
|
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
|
| index 993265e7a7f3eb2cffe05cff1265dfe4febba2d6..af207abecc83bbbb6b4f90ae422748405757120e 100644
|
| --- a/content/gpu/gpu_child_thread.cc
|
| +++ b/content/gpu/gpu_child_thread.cc
|
| @@ -173,7 +173,6 @@
|
| gpu::GpuMemoryBufferFactory* gpu_memory_buffer_factory)
|
| : ChildThreadImpl(ChildThreadImpl::Options::Builder()
|
| .InBrowserProcess(params)
|
| - .UseMojoChannel(true)
|
| .AddStartupFilter(new GpuMemoryBufferMessageFilter(
|
| gpu_memory_buffer_factory))
|
| .Build()),
|
|
|