Chromium Code Reviews| Index: src/core/SkDevice.cpp |
| =================================================================== |
| --- src/core/SkDevice.cpp (revision 10408) |
| +++ src/core/SkDevice.cpp (working copy) |
| @@ -377,7 +377,8 @@ |
| void SkDevice::drawBitmapRect(const SkDraw& draw, const SkBitmap& bitmap, |
| const SkRect* src, const SkRect& dst, |
| - const SkPaint& paint) { |
| + const SkPaint& paint, |
| + SkCanvas::DrawBitmapRectFlags flags) { |
| SkMatrix matrix; |
| SkRect bitmapBounds, tmpSrc, tmpDst; |
| SkBitmap tmpBitmap; |