Index: src/gpu/SkGpuDevice.cpp |
diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp |
index b4b24d9086f74eca31aa23b4c92173db5b40ff33..0225b3342f2f7b256e606edda39a8591e3d64fe2 100644 |
--- a/src/gpu/SkGpuDevice.cpp |
+++ b/src/gpu/SkGpuDevice.cpp |
@@ -1197,6 +1197,7 @@ void SkGpuDevice::drawBitmapCommon(const SkDraw& draw, |
SkIRect clippedSrcRect; |
if (this->shouldTileBitmap(bitmap, params, srcRectPtr, maxTileSize, &tileSize, |
&clippedSrcRect)) { |
+ SkDebugf("Tile!\n"); |
joshualitt
2014/12/08 19:38:32
delete
bsalomon
2014/12/08 19:49:18
ha, woops
|
this->drawTiledBitmap(bitmap, srcRect, clippedSrcRect, params, paint, flags, tileSize, |
doBicubic); |
} else { |