Index: gpu/command_buffer/service/program_manager.cc |
diff --git a/gpu/command_buffer/service/program_manager.cc b/gpu/command_buffer/service/program_manager.cc |
index 1de61bbe8e4b65c1dd7dddaaa6d58c93fcffa689..634fbc0d96412502899131dbeb130b4fc90e8fbe 100644 |
--- a/gpu/command_buffer/service/program_manager.cc |
+++ b/gpu/command_buffer/service/program_manager.cc |
@@ -404,8 +404,8 @@ void Program::Update() { |
} |
#if !defined(NDEBUG) |
- if (CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kEnableGPUServiceLoggingGPU)) { |
+ if (base::CommandLine::ForCurrentProcess()->HasSwitch( |
+ switches::kEnableGPUServiceLoggingGPU)) { |
DVLOG(1) << "----: attribs for service_id: " << service_id(); |
for (size_t ii = 0; ii < attrib_infos_.size(); ++ii) { |
const VertexAttrib& info = attrib_infos_[ii]; |
@@ -482,8 +482,8 @@ void Program::Update() { |
} |
#if !defined(NDEBUG) |
- if (CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kEnableGPUServiceLoggingGPU)) { |
+ if (base::CommandLine::ForCurrentProcess()->HasSwitch( |
+ switches::kEnableGPUServiceLoggingGPU)) { |
DVLOG(1) << "----: uniforms for service_id: " << service_id(); |
for (size_t ii = 0; ii < uniform_infos_.size(); ++ii) { |
const UniformInfo& info = uniform_infos_[ii]; |