| Index: ui/gl/gl_switches.h
|
| diff --git a/ui/gl/gl_switches.h b/ui/gl/gl_switches.h
|
| index f776f5b453841833338a78e3df37a0f5a4045ffe..57590d7bd8776ceaf938a3ab0dfb8424663bf633 100644
|
| --- a/ui/gl/gl_switches.h
|
| +++ b/ui/gl/gl_switches.h
|
| @@ -23,6 +23,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[];
|
|
|