Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ui / gl / gl_switches.h
index 9f6038f..779ecfb 100644 (file)
@@ -23,7 +23,6 @@ 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[];
@@ -43,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;