| Index: gpu/command_buffer/client/gles2_implementation.cc
|
| diff --git a/gpu/command_buffer/client/gles2_implementation.cc b/gpu/command_buffer/client/gles2_implementation.cc
|
| index 88b9c72fa013bdfd4efc23739211c68eb90d8aa0..ccbb45745169eaf0ca7a319281a891c6a20acfc4 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.cc
|
| +++ b/gpu/command_buffer/client/gles2_implementation.cc
|
| @@ -111,7 +111,7 @@ GLES2Implementation::GLES2Implementation(
|
| this_in_hex_ = ss.str();
|
|
|
| GPU_CLIENT_LOG_CODE_BLOCK({
|
| - debug_ = CommandLine::ForCurrentProcess()->HasSwitch(
|
| + debug_ = base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kEnableGPUClientLogging);
|
| });
|
|
|
|
|