Index: ui/gl/gl_switches.h |
diff --git a/ui/gl/gl_switches.h b/ui/gl/gl_switches.h |
index ce27df01747018a7ff823606028c7a2b92e6dec1..115ee36c3fc01bbe3c67c32e40ed2374ed34b349 100644 |
--- a/ui/gl/gl_switches.h |
+++ b/ui/gl/gl_switches.h |
@@ -37,6 +37,8 @@ GL_EXPORT extern const char kTestGLLib[]; |
GL_EXPORT extern const char kUseGpuInTests[]; |
GL_EXPORT extern const char kUseWarp[]; |
+GL_EXPORT extern const char kGLShaderIntermOutput[]; |
+ |
// 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[]; |