Index: src/gpu/GrOvalRenderer.cpp |
=================================================================== |
--- src/gpu/GrOvalRenderer.cpp (revision 8735) |
+++ src/gpu/GrOvalRenderer.cpp (working copy) |
@@ -108,7 +108,7 @@ |
} |
SkString modulate; |
- GrGLSLModulate4f(&modulate, inputColor, "edgeAlpha"); |
+ GrGLSLModulatef<4>(&modulate, inputColor, "edgeAlpha"); |
builder->fsCodeAppendf("\t%s = %s;\n", outputColor, modulate.c_str()); |
} |
@@ -234,7 +234,7 @@ |
} |
SkString modulate; |
- GrGLSLModulate4f(&modulate, inputColor, "edgeAlpha"); |
+ GrGLSLModulatef<4>(&modulate, inputColor, "edgeAlpha"); |
builder->fsCodeAppendf("\t%s = %s;\n", outputColor, modulate.c_str()); |
} |