Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(311)

Unified Diff: gpu/command_buffer/tests/es3_misc_functions_unittest.cc

Issue 2444813002: Remove unsafe mode to enable es3 api by default for WebGL2 and ES3 context (Closed)
Patch Set: fix a bug Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/command_buffer/service/texture_manager_unittest.cc ('k') | gpu/command_buffer/tests/fuzzer_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/tests/es3_misc_functions_unittest.cc
diff --git a/gpu/command_buffer/tests/es3_misc_functions_unittest.cc b/gpu/command_buffer/tests/es3_misc_functions_unittest.cc
index b2fe8c672eaf7dac3fa0186bf1189426b07df1a8..fd6db9db7e1aa6e21e2269eacf3f6fe6d2014f91 100644
--- a/gpu/command_buffer/tests/es3_misc_functions_unittest.cc
+++ b/gpu/command_buffer/tests/es3_misc_functions_unittest.cc
@@ -24,7 +24,6 @@ class OpenGLES3FunctionTest : public testing::Test {
protected:
void SetUp() override {
base::CommandLine command_line(*base::CommandLine::ForCurrentProcess());
- command_line.AppendSwitch(switches::kEnableUnsafeES3APIs);
GLManager::Options options;
options.context_type = gles2::CONTEXT_TYPE_OPENGLES3;
gl_.InitializeWithCommandLine(options, command_line);
« no previous file with comments | « gpu/command_buffer/service/texture_manager_unittest.cc ('k') | gpu/command_buffer/tests/fuzzer_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698