Index: src/utils/SkProxyCanvas.cpp |
=================================================================== |
--- src/utils/SkProxyCanvas.cpp (revision 10709) |
+++ src/utils/SkProxyCanvas.cpp (working copy) |
@@ -105,8 +105,9 @@ |
} |
void SkProxyCanvas::drawBitmapRectToRect(const SkBitmap& bitmap, const SkRect* src, |
- const SkRect& dst, const SkPaint* paint) { |
- fProxy->drawBitmapRectToRect(bitmap, src, dst, paint); |
+ const SkRect& dst, const SkPaint* paint, |
+ DrawBitmapRectFlags flags) { |
+ fProxy->drawBitmapRectToRect(bitmap, src, dst, paint, flags); |
} |
void SkProxyCanvas::drawBitmapMatrix(const SkBitmap& bitmap, const SkMatrix& m, |