| Index: ui/gl/gl_switches.h
|
| diff --git a/ui/gl/gl_switches.h b/ui/gl/gl_switches.h
|
| index 0715ad9ae8b71905ab83157f493162277e5f3794..5e386fbcc6a3fd148f9b6e23dfafa80af616e06f 100644
|
| --- a/ui/gl/gl_switches.h
|
| +++ b/ui/gl/gl_switches.h
|
| @@ -37,6 +37,7 @@ GL_EXPORT extern const char kTestGLLib[];
|
| GL_EXPORT extern const char kUseGpuInTests[];
|
| GL_EXPORT extern const char kUseWarp[];
|
| GL_EXPORT extern const char kEnableUnsafeES3APIs[];
|
| +GL_EXPORT extern const char kDisableGLExtensions[];
|
|
|
| // These flags are used by the test harness code, not passed in by users.
|
| GL_EXPORT extern const char kDisableGLDrawingForTests[];
|
|
|