| 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
|
|
|