| Index: src/gpu/effects/GrBicubicEffect.cpp
|
| diff --git a/src/gpu/effects/GrBicubicEffect.cpp b/src/gpu/effects/GrBicubicEffect.cpp
|
| index 568311b3ca6694a8eebedb0abde2fff094e5f0e1..f6cc37dc1138b7b5649be1af7f0a2f9dd4436016 100644
|
| --- a/src/gpu/effects/GrBicubicEffect.cpp
|
| +++ b/src/gpu/effects/GrBicubicEffect.cpp
|
| @@ -95,7 +95,7 @@ void GrGLBicubicEffect::setData(const GrGLUniformManager& uman,
|
| float imageIncrement[2];
|
| imageIncrement[0] = 1.0f / texture.width();
|
| imageIncrement[1] = 1.0f / texture.height();
|
| - uman.set2fv(fImageIncrementUni, 0, 1, imageIncrement);
|
| + uman.set2fv(fImageIncrementUni, 1, imageIncrement);
|
| uman.setMatrix4f(fCoefficientsUni, effect.coefficients());
|
| }
|
|
|
|
|