| Index: src/gpu/effects/GrBicubicEffect.cpp
|
| diff --git a/src/gpu/effects/GrBicubicEffect.cpp b/src/gpu/effects/GrBicubicEffect.cpp
|
| index 567c38c7a89e0fcc7ad0bba0a60d4c745dba6cbd..a74b2d48fbdaad740a8da2d3bd7f0e12f2125038 100644
|
| --- a/src/gpu/effects/GrBicubicEffect.cpp
|
| +++ b/src/gpu/effects/GrBicubicEffect.cpp
|
| @@ -68,7 +68,7 @@ void GrGLBicubicEffect::emitCode(EmitArgs& args) {
|
| GrGLSLShaderVar("c2", kVec4f_GrSLType),
|
| GrGLSLShaderVar("c3", kVec4f_GrSLType),
|
| };
|
| - GrGLSLFragmentBuilder* fragBuilder = args.fFragBuilder;
|
| + GrGLSLFPFragmentBuilder* fragBuilder = args.fFragBuilder;
|
| SkString coords2D = fragBuilder->ensureFSCoords2D(args.fCoords, 0);
|
| fragBuilder->emitFunction(kVec4f_GrSLType,
|
| "cubicBlend",
|
|
|