| Index: src/gpu/GrAAConvexPathRenderer.cpp
|
| ===================================================================
|
| --- src/gpu/GrAAConvexPathRenderer.cpp (revision 8735)
|
| +++ src/gpu/GrAAConvexPathRenderer.cpp (working copy)
|
| @@ -508,7 +508,7 @@
|
| "clamp(0.5 - edgeAlpha / length(gF), 0.0, 1.0);\n\t\t}\n");
|
|
|
| SkString modulate;
|
| - GrGLSLModulate4f(&modulate, inputColor, "edgeAlpha");
|
| + GrGLSLModulatef<4>(&modulate, inputColor, "edgeAlpha");
|
| builder->fsCodeAppendf("\t%s = %s;\n", outputColor, modulate.c_str());
|
|
|
| builder->vsCodeAppendf("\t%s = %s;\n", vsName, attrName->c_str());
|
|
|