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

Unified Diff: gpu/command_buffer/service/gpu_preferences.h

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/service/gpu_preferences.h
diff --git a/gpu/command_buffer/service/gpu_preferences.h b/gpu/command_buffer/service/gpu_preferences.h
index 1f3a80dc0124767192e4dfd394fed1fa1bab35f6..dd6f8f6ca168b91eb59390d5405c52e13c243b00 100644
--- a/gpu/command_buffer/service/gpu_preferences.h
+++ b/gpu/command_buffer/service/gpu_preferences.h
@@ -132,7 +132,7 @@ struct GPU_EXPORT GpuPreferences {
bool enable_gpu_service_tracing = false;
// Enable OpenGL ES 3 APIs without proper service side validation.
- bool enable_unsafe_es3_apis = false;
+ bool enable_es3_apis = false;
// Use the Pass-through command decoder, skipping all validation and state
// tracking.

Powered by Google App Engine
This is Rietveld 408576698