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

Unified Diff: ui/gl/gl_switches.cc

Issue 1151093006: Added disabling EGL extensions support with --disable-extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed some strange formatting Created 5 years, 7 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: ui/gl/gl_switches.cc
diff --git a/ui/gl/gl_switches.cc b/ui/gl/gl_switches.cc
index 4ac132843d4621d223ffe0e9a21e906aa3015142..0c4baeb3f0bcb08db296bc42fbe6da549c3bd15e 100644
--- a/ui/gl/gl_switches.cc
+++ b/ui/gl/gl_switches.cc
@@ -84,7 +84,7 @@ const char kOverrideUseGLWithOSMesaForTests[] =
"override-use-gl-with-osmesa-for-tests";
// Disables specified comma separated GL Extensions if found.
-const char kDisableGLExtensions[] = "disable-gl-extensions";
+const char kDisableExtensions[] = "disable-extensions";
// This is the list of switches passed from this file that are passed from the
// GpuProcessHost to the GPU Process. Add your switch to this list if you need

Powered by Google App Engine
This is Rietveld 408576698