Index: src/gpu/effects/GrBicubicEffect.cpp |
diff --git a/src/gpu/effects/GrBicubicEffect.cpp b/src/gpu/effects/GrBicubicEffect.cpp |
index 25a15916de74712d949413ce703637d3f372091a..568311b3ca6694a8eebedb0abde2fff094e5f0e1 100644 |
--- a/src/gpu/effects/GrBicubicEffect.cpp |
+++ b/src/gpu/effects/GrBicubicEffect.cpp |
@@ -116,7 +116,7 @@ GrBicubicEffect::GrBicubicEffect(GrTexture* texture, |
const SkMatrix &matrix, |
const GrTextureParams ¶ms, |
GrCoordSet coordSet) |
- : INHERITED(texture, MakeDivByTextureWHMatrix(texture), params, coordSet) { |
+ : INHERITED(texture, matrix, params, coordSet) { |
for (int y = 0; y < 4; y++) { |
for (int x = 0; x < 4; x++) { |
// Convert from row-major scalars to column-major floats. |