Index: src/effects/SkBitmapAlphaThresholdShader.cpp |
diff --git a/src/effects/SkBitmapAlphaThresholdShader.cpp b/src/effects/SkBitmapAlphaThresholdShader.cpp |
index 6f1c94a31085d5470d4011f33153505f00a4c586..7fb09fdbc3ca25eb256ee0484fd52c9ad02c2084 100644 |
--- a/src/effects/SkBitmapAlphaThresholdShader.cpp |
+++ b/src/effects/SkBitmapAlphaThresholdShader.cpp |
@@ -150,7 +150,7 @@ public: |
"\t\t}\n"); |
builder->fsCodeAppendf("color = %s = %s;\n", outputColor, |
- (GrGLSLExpr<4>(inputColor) * GrGLSLExpr<4>("color")).c_str()); |
+ (GrGLSLExpr4(inputColor) * GrGLSLExpr4("color")).c_str()); |
} |
virtual void setData(const GrGLUniformManager& uman, const GrDrawEffect& e) SK_OVERRIDE { |