| Index: include/core/SkDrawable.h
|
| diff --git a/include/core/SkDrawable.h b/include/core/SkDrawable.h
|
| index 15bb0bbe0fa2aa93e167bf1294d04d6370fb0356..2f0a62d8b5eb8c824a8c91927fa52a6ecd7b5f5a 100644
|
| --- a/include/core/SkDrawable.h
|
| +++ b/include/core/SkDrawable.h
|
| @@ -30,7 +30,8 @@ public:
|
| * (i.e. the saveLevel() on the canvas will match what it was when draw() was called,
|
| * and the current matrix and clip settings will not be changed.
|
| */
|
| - void draw(SkCanvas*);
|
| + void draw(SkCanvas*, const SkMatrix* = NULL);
|
| + void draw(SkCanvas*, SkScalar x, SkScalar y);
|
|
|
| SkPicture* newPictureSnapshot();
|
|
|
|
|