Index: src/gpu/gl/GrGLCaps.h |
diff --git a/src/gpu/gl/GrGLCaps.h b/src/gpu/gl/GrGLCaps.h |
index 34dde70a36ba8a829f06b89f2e65b1daa52da8d2..8c901deadee839056216aac3f8545ca734f39ea2 100644 |
--- a/src/gpu/gl/GrGLCaps.h |
+++ b/src/gpu/gl/GrGLCaps.h |
@@ -270,6 +270,7 @@ public: |
private: |
void init(const GrContextOptions&, const GrGLContextInfo&, const GrGLInterface*); |
+ void initGLSL(const GrContextOptions&, const GrGLContextInfo&, const GrGLInterface*); |
bool hasPathRenderingSupport(const GrGLContextInfo&, const GrGLInterface*); |
/** |