| Index: ui/gl/gl_switches.h
|
| diff --git a/ui/gl/gl_switches.h b/ui/gl/gl_switches.h
|
| index a61d87b7b21d0a687825e14050f0532733d67cb9..57590d7bd8776ceaf938a3ab0dfb8424663bf633 100644
|
| --- a/ui/gl/gl_switches.h
|
| +++ b/ui/gl/gl_switches.h
|
| @@ -24,6 +24,7 @@ extern const char kGLImplementationMockName[];
|
| namespace switches {
|
|
|
| GL_EXPORT extern const char kEnableD3D11[];
|
| +GL_EXPORT extern const char kDisableD3D11[];
|
| GL_EXPORT extern const char kDisableGpuVsync[];
|
| GL_EXPORT extern const char kEnableGPUServiceLogging[];
|
| GL_EXPORT extern const char kEnableGPUClientLogging[];
|
|
|