aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkBitmapAlphaThresholdShader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/SkBitmapAlphaThresholdShader.cpp')
-rw-r--r--src/effects/SkBitmapAlphaThresholdShader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/SkBitmapAlphaThresholdShader.cpp b/src/effects/SkBitmapAlphaThresholdShader.cpp
index 6f1c94a310..7fb09fdbc3 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 {