| Index: ui/gl/gl_switches.cc
|
| diff --git a/ui/gl/gl_switches.cc b/ui/gl/gl_switches.cc
|
| index 88171563611ed42aeb816bd7e4a2944077c04c7f..a6f4b87e7d9eb114c8462ce9f508290584c48313 100644
|
| --- a/ui/gl/gl_switches.cc
|
| +++ b/ui/gl/gl_switches.cc
|
| @@ -69,6 +69,9 @@ const char kDisableGLDrawingForTests[] = "disable-gl-drawing-for-tests";
|
| const char kOverrideUseGLWithOSMesaForTests[] =
|
| "override-use-gl-with-osmesa-for-tests";
|
|
|
| +// Disables specified comma separated GL Extensions if found.
|
| +const char kDisableGLExtensions[] = "disable-gl-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
|
| // to read it in the GPU process, else don't add it.
|
|
|