| Index: src/gpu/SkGpuDevice_drawTexture.cpp
|
| diff --git a/src/gpu/SkGpuDevice_drawTexture.cpp b/src/gpu/SkGpuDevice_drawTexture.cpp
|
| index 8464895eabe262e250040e7b0e7e3ed261969d84..cdd948151ae5c76cc5c9d9f247e5b6dc6a45a7a1 100644
|
| --- a/src/gpu/SkGpuDevice_drawTexture.cpp
|
| +++ b/src/gpu/SkGpuDevice_drawTexture.cpp
|
| @@ -137,6 +137,9 @@ void SkGpuDevice::drawTextureProducer(GrTextureProducer* producer,
|
| }
|
| }
|
|
|
| + // 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);
|
| }
|
|
|