| Index: ui/gl/gl_switches.h
|
| diff --git a/ui/gl/gl_switches.h b/ui/gl/gl_switches.h
|
| index e64b3da76a63dc42db7f4d9cc5b58a3ea3046c3e..779ecfb0387cbc21965935cee94f50928482dc8f 100644
|
| --- a/ui/gl/gl_switches.h
|
| +++ b/ui/gl/gl_switches.h
|
| @@ -42,9 +42,12 @@ GL_EXPORT extern const char kGpuSwitchingOptionNameAutomatic[];
|
| GL_EXPORT extern const char kUseGL[];
|
| GL_EXPORT extern const char kSwiftShaderPath[];
|
| GL_EXPORT extern const char kTestGLLib[];
|
| -GL_EXPORT extern const char kDisableGLDrawingForTests[];
|
| GL_EXPORT extern const char kUseGpuInTests[];
|
|
|
| +// These flags are used by the test harness code, not passed in by users.
|
| +GL_EXPORT extern const char kDisableGLDrawingForTests[];
|
| +GL_EXPORT extern const char kOverrideUseGLWithOSMesaForTests[];
|
| +
|
| GL_EXPORT extern const char* kGLSwitchesCopiedFromGpuProcessHost[];
|
| GL_EXPORT extern const int kGLSwitchesCopiedFromGpuProcessHostNumSwitches;
|
|
|
|
|