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

Unified Diff: gpu/command_buffer/tests/gl_request_extension_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/tests/gl_map_buffer_range_unittest.cc ('k') | ui/gl/gl_context_wgl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/tests/gl_request_extension_unittest.cc
diff --git a/gpu/command_buffer/tests/gl_request_extension_unittest.cc b/gpu/command_buffer/tests/gl_request_extension_unittest.cc
index 6d440d2a1cdfd44b80e62acbdbb44151f755a0e9..d9c438d657b00b28ab79adf99363887e46209f9e 100644
--- a/gpu/command_buffer/tests/gl_request_extension_unittest.cc
+++ b/gpu/command_buffer/tests/gl_request_extension_unittest.cc
@@ -23,7 +23,6 @@ class RequestExtensionCHROMIUMTest
protected:
void SetUp() override {
base::CommandLine command_line(*base::CommandLine::ForCurrentProcess());
- command_line.AppendSwitch(switches::kEnableUnsafeES3APIs);
GLManager::Options options;
options.context_type = GetParam();
gl_.InitializeWithCommandLine(options, command_line);
« no previous file with comments | « gpu/command_buffer/tests/gl_map_buffer_range_unittest.cc ('k') | ui/gl/gl_context_wgl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698