Index: src/gpu/gl/GrGLSL.cpp |
diff --git a/src/gpu/gl/GrGLSL.cpp b/src/gpu/gl/GrGLSL.cpp |
index f0088fcdf87be0ef0841987ff345a0abe8df5b50..0f740d92904ea420d26494592f3299f31cc55fd5 100644 |
--- a/src/gpu/gl/GrGLSL.cpp |
+++ b/src/gpu/gl/GrGLSL.cpp |
@@ -77,7 +77,7 @@ namespace { |
void GrGLSLMulVarBy4f(SkString* outAppend, |
unsigned tabCnt, |
const char* vec4VarName, |
- const GrGLSLExpr<4>& mulFactor) { |
+ const GrGLSLExpr4& mulFactor) { |
if (mulFactor.isOnes()) { |
*outAppend = SkString(); |
} |