| Index: include/core/SkDevice.h
|
| diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
|
| index 99018df182c841fe6186735c5b1a42d7a9f3421b..4a08b75d09118a9f5a76cdc58b09fb95fe859172 100644
|
| --- a/include/core/SkDevice.h
|
| +++ b/include/core/SkDevice.h
|
| @@ -198,6 +198,8 @@ protected:
|
| SkCanvas::SrcRectConstraint) = 0;
|
| virtual void drawBitmapNine(const SkDraw&, const SkBitmap&, const SkIRect& center,
|
| const SkRect& dst, const SkPaint&);
|
| + virtual void drawBitmapLattice(const SkDraw&, const SkBitmap&, const SkCanvas::Lattice&,
|
| + 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,
|
|
|