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

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

Issue 2473933002: Enable WebGL 2 by default! (on desktop) (Closed)
Patch Set: undo rename of GpuPreferences::enable_unsafe_es3_apis 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 | « content/test/gpu/page_sets/pixel_tests.py ('k') | gpu/command_buffer/tests/fuzzer_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 284c5d7b4fc6705ee60160526bcdf2ea4aea2774..3b2e1cbcbd10aad413610d39ebd0f3be4b89ed7c 100644
--- a/gpu/command_buffer/service/gpu_preferences.h
+++ b/gpu/command_buffer/service/gpu_preferences.h
@@ -134,7 +134,7 @@ struct GPU_EXPORT GpuPreferences {
// Turns on calling TRACE for every GL call.
bool enable_gpu_service_tracing = false;
- // Enable OpenGL ES 3 APIs without proper service side validation.
+ // Enable OpenGL ES 3 APIs.
bool enable_unsafe_es3_apis = true;
// Use the Pass-through command decoder, skipping all validation and state
« no previous file with comments | « content/test/gpu/page_sets/pixel_tests.py ('k') | gpu/command_buffer/tests/fuzzer_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698