| Index: src/core/SkRecorder.cpp
|
| diff --git a/src/core/SkRecorder.cpp b/src/core/SkRecorder.cpp
|
| index c27405575c57c635c897a69d095089d371c683e3..a9d97f63f8bb98754abeae595223da891793db06 100644
|
| --- a/src/core/SkRecorder.cpp
|
| +++ b/src/core/SkRecorder.cpp
|
| @@ -194,6 +194,7 @@ void SkRecorder::onDrawBitmapRect(const SkBitmap& bitmap,
|
| const SkRect& dst,
|
| const SkPaint* paint,
|
| DrawBitmapRectFlags flags) {
|
| + TRY_MINIRECORDER(drawBitmapRectToRect, bitmap, src, dst, paint, flags);
|
| if (kBleed_DrawBitmapRectFlag == flags) {
|
| APPEND(DrawBitmapRectToRectBleed,
|
| this->copy(paint), delay_copy(bitmap), this->copy(src), dst);
|
|
|