Index: src/pdf/SkPDFDevice.cpp |
=================================================================== |
--- src/pdf/SkPDFDevice.cpp (revision 10408) |
+++ src/pdf/SkPDFDevice.cpp (working copy) |
@@ -858,7 +858,9 @@ |
void SkPDFDevice::drawBitmapRect(const SkDraw& draw, const SkBitmap& bitmap, |
const SkRect* src, const SkRect& dst, |
- const SkPaint& paint) { |
+ const SkPaint& paint, |
+ SkCanvas::DrawBitmapRectFlags flags) { |
+ // TODO: this code path must be updated to respect the flags parameter |
SkMatrix matrix; |
SkRect bitmapBounds, tmpSrc, tmpDst; |
SkBitmap tmpBitmap; |