| Index: gpu/command_buffer/tests/gl_map_buffer_range_unittest.cc
|
| diff --git a/gpu/command_buffer/tests/gl_map_buffer_range_unittest.cc b/gpu/command_buffer/tests/gl_map_buffer_range_unittest.cc
|
| index 600d545dc7c15d204fce6c675b812fa57f243f75..b781f8368bfe96c8bb15d2a83bb9968ba557f25b 100644
|
| --- a/gpu/command_buffer/tests/gl_map_buffer_range_unittest.cc
|
| +++ b/gpu/command_buffer/tests/gl_map_buffer_range_unittest.cc
|
| @@ -30,7 +30,6 @@ class ES3MapBufferRangeTest : public testing::Test {
|
| options.context_type = gles2::CONTEXT_TYPE_OPENGLES3;
|
|
|
| base::CommandLine cmd_line(base::CommandLine::NO_PROGRAM);
|
| - cmd_line.AppendSwitch(switches::kEnableUnsafeES3APIs);
|
| gl_.InitializeWithCommandLine(options, cmd_line);
|
| }
|
|
|
|
|