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