Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
index a5ba1807fe935697bc5336d8e9197009cb6e99da..09a420e804e7504274eacdb7e4075039acf7a416 100644 |
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
@@ -278,8 +278,8 @@ bool WebGraphicsContext3DCommandBufferImpl::CreateContext(bool onscreen) { |
if (add_to_share_group) |
share_group_->AddContextLocked(this); |
- if (CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kEnableGpuClientTracing)) { |
+ if (base::CommandLine::ForCurrentProcess()->HasSwitch( |
+ switches::kEnableGpuClientTracing)) { |
trace_gl_.reset(new gpu::gles2::GLES2TraceImplementation(GetGLInterface())); |
setGLInterface(trace_gl_.get()); |
} |