| Index: content/gpu/gpu_child_thread.cc
|
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
|
| index b3d9ba037abcd08dfe7e922a6e9ec2ee714fa07c..eafc1677820411ec09ab52fe5bb4398434d1ed24 100644
|
| --- a/content/gpu/gpu_child_thread.cc
|
| +++ b/content/gpu/gpu_child_thread.cc
|
| @@ -182,8 +182,8 @@ GpuChildThread::GpuChildThread(
|
| base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kInProcessGPU));
|
|
|
| - if (!gl::init::InitializeGLOneOff())
|
| - VLOG(1) << "gl::init::InitializeGLOneOff failed";
|
| + // if (!gl::init::InitializeGLOneOff())
|
| + // VLOG(1) << "gl::init::InitializeGLOneOff failed";
|
|
|
| g_thread_safe_sender.Get() = thread_safe_sender();
|
| }
|
|
|