| Index: ui/gl/gl_switches.h
|
| diff --git a/ui/gl/gl_switches.h b/ui/gl/gl_switches.h
|
| index 5edf397857a25ada260d633cee111b17a0edb312..7616029a67504c31b6838678fe59d02f8942c15c 100644
|
| --- a/ui/gl/gl_switches.h
|
| +++ b/ui/gl/gl_switches.h
|
| @@ -52,6 +52,7 @@ GL_EXPORT extern const char kDisableES3APIs[];
|
| GL_EXPORT extern const char kEnableSgiVideoSync[];
|
| GL_EXPORT extern const char kDisableGLExtensions[];
|
| GL_EXPORT extern const char kEnableSwapBuffersWithDamage[];
|
| +GL_EXPORT extern const char kUseD3DVSync[];
|
|
|
| // These flags are used by the test harness code, not passed in by users.
|
| GL_EXPORT extern const char kDisableGLDrawingForTests[];
|
|
|