| Index: content/common/gpu/gpu_command_buffer_stub.cc
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.cc b/content/common/gpu/gpu_command_buffer_stub.cc
|
| index ec35271d2bc0ba2b3d32288f097691f39ec01a4f..4c0d12bb4e62eb0e053fb5b2b820b4d7b3c6a104 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.cc
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.cc
|
| @@ -570,8 +570,8 @@ void GpuCommandBufferStub::OnInitialize(
|
| return;
|
| }
|
|
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableGPUServiceLogging)) {
|
| + if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kEnableGPUServiceLogging)) {
|
| decoder_->set_log_commands(true);
|
| }
|
|
|
|
|