Index: src/gpu/gl/builders/GrGLFragmentShaderBuilder.h |
diff --git a/src/gpu/gl/builders/GrGLFragmentShaderBuilder.h b/src/gpu/gl/builders/GrGLFragmentShaderBuilder.h |
index 0f700bd94d3fc10d6dc1163c71f1a087765c43de..b3e0ab0405610ed15a119744439ff071b925c09c 100644 |
--- a/src/gpu/gl/builders/GrGLFragmentShaderBuilder.h |
+++ b/src/gpu/gl/builders/GrGLFragmentShaderBuilder.h |
@@ -65,7 +65,8 @@ private: |
*/ |
void addVarying(GrSLType type, |
const char* name, |
- const char** fsInName); |
+ const char** fsInName, |
+ GrGLShaderVar::Precision fsPrecision = GrGLShaderVar::kDefault_Precision); |
/* |
* Private functions used by GrGLProgramBuilder for compilation |