Index: src/gpu/SkGpuDevice.cpp |
diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp |
index d9727415b254a3bc1471b4f9196908dd23acab1f..2f3543b648513e0a5c1f9a0b404fefb421d2f3e5 100644 |
--- a/src/gpu/SkGpuDevice.cpp |
+++ b/src/gpu/SkGpuDevice.cpp |
@@ -969,8 +969,9 @@ void SkGpuDevice::drawTiledBitmap(const SkBitmap& bitmap, |
bool bicubic) { |
ASSERT_SINGLE_OWNER |
- // This is the funnel for all paths that draw tiled bitmaps/images. Log histogram entry. |
+ // This is the funnel for all paths that draw tiled bitmaps/images. Log histogram entries. |
SK_HISTOGRAM_BOOLEAN("DrawTiled", true); |
+ LogDrawScaleFactor(viewMatrix, origPaint.getFilterQuality()); |
// The following pixel lock is technically redundant, but it is desirable |
// to lock outside of the tile loop to prevent redecoding the whole image |