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

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

Issue 2471853002: remove 'unsafe' from ES3 apis in gpu process (Closed)
Patch Set: forgot to save file Created 4 years, 1 month 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/fuzzer_main.cc ('k') | gpu/command_buffer/tests/gl_map_buffer_range_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « gpu/command_buffer/tests/fuzzer_main.cc ('k') | gpu/command_buffer/tests/gl_map_buffer_range_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698