| Index: src/gpu/SkGpuDevice.cpp
|
| diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp
|
| index dff4174fcf6c786629e0e7cbb3b36e73aedc0162..cb92ab3edfd202a56b4a1424d0d495bd971be483 100644
|
| --- a/src/gpu/SkGpuDevice.cpp
|
| +++ b/src/gpu/SkGpuDevice.cpp
|
| @@ -926,9 +926,8 @@
|
| bool bicubic) {
|
| ASSERT_SINGLE_OWNER
|
|
|
| - // This is the funnel for all paths that draw tiled bitmaps/images. Log histogram entries.
|
| + // This is the funnel for all paths that draw tiled bitmaps/images. Log histogram entry.
|
| 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
|
|
|