| Index: gpu/command_buffer/tests/gl_ext_blend_func_extended_unittest.cc
|
| diff --git a/gpu/command_buffer/tests/gl_ext_blend_func_extended_unittest.cc b/gpu/command_buffer/tests/gl_ext_blend_func_extended_unittest.cc
|
| index 11b0d3b8e2e772e1baf31366be430e6172d37f38..719ce2df68f6a56bf5acdcc0b18b248fb40fa5af 100644
|
| --- a/gpu/command_buffer/tests/gl_ext_blend_func_extended_unittest.cc
|
| +++ b/gpu/command_buffer/tests/gl_ext_blend_func_extended_unittest.cc
|
| @@ -254,7 +254,6 @@ class EXTBlendFuncExtendedES3DrawTest : public EXTBlendFuncExtendedDrawTest {
|
| options.context_type = gles2::CONTEXT_TYPE_OPENGLES3;
|
| options.force_shader_name_hashing = GetParam();
|
| base::CommandLine command_line(*base::CommandLine::ForCurrentProcess());
|
| - command_line.AppendSwitch(switches::kEnableUnsafeES3APIs);
|
| gl_.InitializeWithCommandLine(options, command_line);
|
| }
|
| bool IsApplicable() const {
|
|
|