Index: src/gpu/SkGpuDevice_drawTexture.cpp |
diff --git a/src/gpu/SkGpuDevice_drawTexture.cpp b/src/gpu/SkGpuDevice_drawTexture.cpp |
index f6a5847c5c602b328f9f7ed8cb75e6a30656fd75..5c5fb124214346841e24b6cef408d78ff8046ac0 100644 |
--- a/src/gpu/SkGpuDevice_drawTexture.cpp |
+++ b/src/gpu/SkGpuDevice_drawTexture.cpp |
@@ -136,9 +136,6 @@ |
srcToDstMatrix.reset(); |
} |
} |
- |
- // Now that we have both the view and srcToDst matrices, log our scale factor. |
- LogDrawScaleFactor(SkMatrix::Concat(viewMatrix, srcToDstMatrix), paint.getFilterQuality()); |
this->drawTextureProducerImpl(producer, clippedSrcRect, clippedDstRect, constraint, viewMatrix, |
srcToDstMatrix, clip, paint); |