aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gpu/effects/GrBicubicEffect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/effects/GrBicubicEffect.cpp b/src/gpu/effects/GrBicubicEffect.cpp
index 25a15916de..568311b3ca 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 &params,
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.