| Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest_2.cc
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_2.cc b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_2.cc
|
| index 432d1839a76b5d7ef9dbab1bf9154348e701f1a1..157e9532d7a93787ae02d630995c7778a3336b5a 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_2.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_2.cc
|
| @@ -572,13 +572,11 @@ class GLES3DecoderTest2 : public GLES2DecoderTest2 {
|
| GLES3DecoderTest2() { shader_language_version_ = 300; }
|
| protected:
|
| void SetUp() override {
|
| - base::CommandLine command_line(0, nullptr);
|
| - command_line.AppendSwitch(switches::kEnableUnsafeES3APIs);
|
| InitState init;
|
| init.gl_version = "OpenGL ES 3.0";
|
| init.bind_generates_resource = true;
|
| init.context_type = CONTEXT_TYPE_OPENGLES3;
|
| - InitDecoderWithCommandLine(init, &command_line);
|
| + InitDecoder(init);
|
| }
|
| };
|
|
|
|
|