Chromium Code Reviews| Index: include/core/SkDevice.h |
| =================================================================== |
| --- include/core/SkDevice.h (revision 10709) |
| +++ include/core/SkDevice.h (working copy) |
| @@ -287,7 +287,8 @@ |
| */ |
| virtual void drawBitmapRect(const SkDraw&, const SkBitmap&, |
| const SkRect* srcOrNull, const SkRect& dst, |
| - const SkPaint& paint); |
| + const SkPaint& paint, |
| + SkCanvas::DrawBitmapRectFlags flags); |
| /** |
| * Does not handle text decoration. |