Index: src/gpu/gl/builders/GrGLShaderStringBuilder.h |
diff --git a/src/gpu/gl/builders/GrGLShaderStringBuilder.h b/src/gpu/gl/builders/GrGLShaderStringBuilder.h |
index 062e229cdf87ebbb459d78932779bc3731a9657c..4365751c3afc29587e6efe939e61965f99c1c70d 100644 |
--- a/src/gpu/gl/builders/GrGLShaderStringBuilder.h |
+++ b/src/gpu/gl/builders/GrGLShaderStringBuilder.h |
@@ -11,8 +11,11 @@ |
#include "GrAllocator.h" |
#include "GrGpu.h" |
#include "gl/GrGLContext.h" |
+#include "SkSLGLSLCodeGenerator.h" |
#include "SkTypes.h" |
+SkSL::GLCaps GrGLSkSLCapsForContext(const GrGLContext& context); |
+ |
GrGLuint GrGLCompileAndAttachShader(const GrGLContext& glCtx, |
GrGLuint programId, |
GrGLenum type, |