| Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest_drawing.cc
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_drawing.cc b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_drawing.cc
|
| index 0bfefd4fdf46161df9066c4d42c320a4bb39aab5..baff3531dab473987fea47959dfd3ec14f5efde4 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_drawing.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_drawing.cc
|
| @@ -858,7 +858,7 @@ TEST_P(GLES2DecoderWithShaderTest, DrawArraysValidAttributesSucceeds) {
|
| // Same as DrawArraysValidAttributesSucceeds, but with workaround
|
| // |init_vertex_attributes|.
|
| TEST_P(GLES2DecoderManualInitTest, InitVertexAttributes) {
|
| - CommandLine command_line(0, NULL);
|
| + base::CommandLine command_line(0, NULL);
|
| command_line.AppendSwitchASCII(
|
| switches::kGpuDriverBugWorkarounds,
|
| base::IntToString(gpu::INIT_VERTEX_ATTRIBUTES));
|
|
|