| Index: src/core/SkLiteDL.h
|
| diff --git a/src/core/SkLiteDL.h b/src/core/SkLiteDL.h
|
| index 27e3479e0378e7eeb71045cf1917a3b2f7cec7c3..aa4dea480ac94f057a45b3a4f731b79f74dd389d 100644
|
| --- a/src/core/SkLiteDL.h
|
| +++ b/src/core/SkLiteDL.h
|
| @@ -63,6 +63,8 @@ public:
|
| void drawBitmapNine(const SkBitmap&, const SkIRect&, const SkRect&, const SkPaint*);
|
| void drawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint*,
|
| SkCanvas::SrcRectConstraint);
|
| + void drawBitmapLattice(const SkBitmap&, const SkCanvas::Lattice&, const SkRect&,
|
| + const SkPaint*);
|
|
|
| void drawImage (const SkImage*, SkScalar,SkScalar, const SkPaint*);
|
| void drawImageNine(const SkImage*, const SkIRect&, const SkRect&, const SkPaint*);
|
|
|