| Index: sky/engine/core/painting/Canvas.idl
|
| diff --git a/sky/engine/core/painting/Canvas.idl b/sky/engine/core/painting/Canvas.idl
|
| index dd4e20d6d7fbfd86f1b7dfdf4de1d5bfbbe82c2b..6f822447f02f6e5a956fcef4e55c93e4c72174f5 100644
|
| --- a/sky/engine/core/painting/Canvas.idl
|
| +++ b/sky/engine/core/painting/Canvas.idl
|
| @@ -4,7 +4,7 @@
|
|
|
| // TODO(mpcomplete): Figure out a better SkMatrix representation.
|
| [
|
| - Constructor(PictureRecorder recorder, Size bounds),
|
| + Constructor(PictureRecorder recorder, Rect bounds),
|
| RaisesException=Constructor,
|
| ] interface Canvas {
|
| void save();
|
| @@ -33,4 +33,5 @@
|
| void drawImageRect(Image image, Rect src, Rect dst, Paint paint);
|
| void drawPicture(Picture picture);
|
| void drawDrawable(Drawable drawable);
|
| + void drawPaintingNode(PaintingNode paintingNode, Point p);
|
| };
|
|
|