| Index: include/core/SkDevice.h
|
| diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
|
| index 2db685a96e10fb3859959af71a1d5df18f6603d1..6b00c104fc2cde6c6f197efa0c2efa49d778c64e 100644
|
| --- a/include/core/SkDevice.h
|
| +++ b/include/core/SkDevice.h
|
| @@ -220,10 +220,14 @@ protected:
|
| const SkRect* srcOrNull, const SkRect& dst,
|
| const SkPaint& paint,
|
| SkCanvas::DrawBitmapRectFlags flags) = 0;
|
| + virtual void drawBitmapNine(const SkDraw&, const SkBitmap&, const SkIRect& center,
|
| + const SkRect& dst, const SkPaint&);
|
|
|
| virtual void drawImage(const SkDraw&, const SkImage*, SkScalar x, SkScalar y, const SkPaint&);
|
| virtual void drawImageRect(const SkDraw&, const SkImage*, const SkRect* src, const SkRect& dst,
|
| const SkPaint&);
|
| + virtual void drawImageNine(const SkDraw&, const SkImage*, const SkIRect& center,
|
| + const SkRect& dst, const SkPaint&);
|
|
|
| /**
|
| * Does not handle text decoration.
|
|
|