| Index: src/gpu/effects/GrBicubicEffect.cpp
|
| diff --git a/src/gpu/effects/GrBicubicEffect.cpp b/src/gpu/effects/GrBicubicEffect.cpp
|
| index a74b2d48fbdaad740a8da2d3bd7f0e12f2125038..0a06b62c416e14c01f683af12befb47d09994065 100644
|
| --- a/src/gpu/effects/GrBicubicEffect.cpp
|
| +++ b/src/gpu/effects/GrBicubicEffect.cpp
|
| @@ -99,7 +99,7 @@ void GrGLBicubicEffect::emitCode(EmitArgs& args) {
|
| domain,
|
| sampleVar.c_str(),
|
| coord,
|
| - args.fSamplers[0]);
|
| + args.fTexSamplers[0]);
|
| }
|
| fragBuilder->codeAppendf(
|
| "\tvec4 s%d = %s(%s, f.x, rowColors[0], rowColors[1], rowColors[2], rowColors[3]);\n",
|
|
|