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

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

Issue 2473933002: Enable WebGL 2 by default! (on desktop) (Closed)
Patch Set: fix 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 284c5d7b4fc6705ee60160526bcdf2ea4aea2774..68353ca7a4705dd173944328dd228cc6d875c592 100644
--- a/gpu/command_buffer/service/gpu_preferences.h
+++ b/gpu/command_buffer/service/gpu_preferences.h
@@ -135,7 +135,7 @@ struct GPU_EXPORT GpuPreferences {
bool enable_gpu_service_tracing = false;
// Enable OpenGL ES 3 APIs without proper service side validation.
Ken Russell (switch to Gerrit) 2016/11/03 21:50:42 Comment needs to be updated. "Enable OpenGL ES 3 A
Kai Ninomiya 2016/11/03 22:10:06 Done.
- bool enable_unsafe_es3_apis = true;
+ bool enable_es3_apis = true;
// Use the Pass-through command decoder, skipping all validation and state
// tracking.

Powered by Google App Engine
This is Rietveld 408576698