| Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc b/gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc
|
| index ef37c902c777bccfaae92d41044d3b3c37a480c5..390107fcfc5cc499883823b392c33360605f9a78 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc
|
| @@ -57,7 +57,7 @@ using namespace cmds;
|
| void GLES2DecoderRGBBackbufferTest::SetUp() {
|
| // Test codepath with workaround clear_alpha_in_readpixels because
|
| // ReadPixelsEmulator emulates the incorrect driver behavior.
|
| - CommandLine command_line(0, NULL);
|
| + base::CommandLine command_line(0, NULL);
|
| command_line.AppendSwitchASCII(
|
| switches::kGpuDriverBugWorkarounds,
|
| base::IntToString(gpu::CLEAR_ALPHA_IN_READPIXELS));
|
|
|