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

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

Issue 2444813002: Remove unsafe mode to enable es3 api by default for WebGL2 and ES3 context (Closed)
Patch Set: remove runtime flag unsafeES3APIs from blink webgl module 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
Index: gpu/command_buffer/tests/fuzzer_main.cc
diff --git a/gpu/command_buffer/tests/fuzzer_main.cc b/gpu/command_buffer/tests/fuzzer_main.cc
index 3d0f2a8b135cdf39d603cd540bfd0f739f946680..9f15d6e02a0aa7b38327487b1c15df649263106a 100644
--- a/gpu/command_buffer/tests/fuzzer_main.cc
+++ b/gpu/command_buffer/tests/fuzzer_main.cc
@@ -94,7 +94,7 @@ class CommandBufferSetup {
base::CommandLine::Init(0, NULL);
base::CommandLine::ForCurrentProcess()->AppendSwitch(
switches::kEnableUnsafeES3APIs);
- gpu_preferences_.enable_unsafe_es3_apis = true;
+ gpu_preferences_.enable_es3_apis = true;
gl::GLSurfaceTestSupport::InitializeOneOffWithMockBindings();

Powered by Google App Engine
This is Rietveld 408576698