| Index: src/gpu/GrAARectRenderer.cpp
|
| diff --git a/src/gpu/GrAARectRenderer.cpp b/src/gpu/GrAARectRenderer.cpp
|
| index a6b8d97c0b2c8b165ce90f09bfe0cdb93a778cbd..ee7c024fe81aab548e9493dccd3cc721c759e70c 100644
|
| --- a/src/gpu/GrAARectRenderer.cpp
|
| +++ b/src/gpu/GrAARectRenderer.cpp
|
| @@ -86,7 +86,7 @@ public:
|
|
|
|
|
| builder->fsCodeAppendf("\t%s = %s;\n", outputColor,
|
| - (GrGLSLExpr<4>(inputColor) * GrGLSLExpr<1>("coverage")).c_str());
|
| + (GrGLSLExpr4(inputColor) * GrGLSLExpr1("coverage")).c_str());
|
| }
|
|
|
| static inline EffectKey GenKey(const GrDrawEffect& drawEffect, const GrGLCaps&) {
|
| @@ -219,7 +219,7 @@ public:
|
|
|
|
|
| builder->fsCodeAppendf("\t%s = %s;\n", outputColor,
|
| - (GrGLSLExpr<4>(inputColor) * GrGLSLExpr<1>("coverage")).c_str());
|
| + (GrGLSLExpr4(inputColor) * GrGLSLExpr1("coverage")).c_str());
|
| }
|
|
|
| static inline EffectKey GenKey(const GrDrawEffect& drawEffect, const GrGLCaps&) {
|
|
|