Index: gpu/command_buffer/service/shader_translator.cc |
diff --git a/gpu/command_buffer/service/shader_translator.cc b/gpu/command_buffer/service/shader_translator.cc |
index d7def0052aca76cc1b9f60fffec7ee3927a4eda2..74b183bdcc86e67124d28c099db05cd135c6b290 100644 |
--- a/gpu/command_buffer/service/shader_translator.cc |
+++ b/gpu/command_buffer/service/shader_translator.cc |
@@ -135,8 +135,8 @@ int ShaderTranslator::GetCompileOptions() const { |
SH_LIMIT_EXPRESSION_COMPLEXITY | SH_LIMIT_CALL_STACK_DEPTH | |
SH_CLAMP_INDIRECT_ARRAY_BOUNDS; |
- if (CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kGLShaderIntermOutput)) |
+ if (base::CommandLine::ForCurrentProcess()->HasSwitch( |
+ switches::kGLShaderIntermOutput)) |
compile_options |= SH_INTERMEDIATE_TREE; |
compile_options |= driver_bug_workarounds_; |