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

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

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
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..aeab4f27a9e9f3078fb08006a98b156fef178aa6 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_unsafe_es3_apis = true;
// Use the Pass-through command decoder, skipping all validation and state
// tracking.
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc ('k') | gpu/command_buffer/service/test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698