| Index: sky/engine/core/dom/Element.idl
|
| diff --git a/sky/engine/core/dom/Element.idl b/sky/engine/core/dom/Element.idl
|
| index 957369050984c16105872b3ab14749d10a23687a..2db0065cfb6c118ec56f8e8492903ed7c344a3db 100644
|
| --- a/sky/engine/core/dom/Element.idl
|
| +++ b/sky/engine/core/dom/Element.idl
|
| @@ -50,4 +50,6 @@
|
| attribute double height;
|
| attribute double minContentWidth; // Intrinsic width if all wrappable points wrap.
|
| attribute double maxContentWidth; // Intrinsic width if no wrappable points wrap.
|
| +
|
| + void paint(PictureRecorder recorder);
|
| };
|
|
|