| Index: src/image/SkImagePriv.h
|
| diff --git a/src/image/SkImagePriv.h b/src/image/SkImagePriv.h
|
| index fc14f67c585ca496d15532dfb19958e7ee776b18..f027632f3f60fb0c713331b428e71828b0f74671 100644
|
| --- a/src/image/SkImagePriv.h
|
| +++ b/src/image/SkImagePriv.h
|
| @@ -39,6 +39,8 @@ extern SkImage* SkNewImageFromBitmap(const SkBitmap&, bool canSharePixelRef);
|
| extern void SkImagePrivDrawPicture(SkCanvas*, SkPicture*,
|
| SkScalar x, SkScalar y, const SkPaint*);
|
|
|
| +extern void SkImagePrivDrawPicture(SkCanvas*, SkPicture*,
|
| + SkRect src, SkRect dst, const SkPaint*);
|
| /**
|
| * Return an SkImage whose contents are those of the specified picture. Note:
|
| * The picture itself is unmodified, and may continue to be used for recording
|
|
|