| Index: sky/engine/core/dom/Element.idl
|
| diff --git a/sky/engine/core/dom/Element.idl b/sky/engine/core/dom/Element.idl
|
| index 6d7d122aad93b2df793f65cc26af44bc6f85a9cb..21873ee1621a61ca5f418900d300b2027f3c1f7b 100644
|
| --- a/sky/engine/core/dom/Element.idl
|
| +++ b/sky/engine/core/dom/Element.idl
|
| @@ -24,6 +24,8 @@ interface Element : ParentNode {
|
| attribute long tabIndex;
|
| readonly attribute DOMTokenList classList;
|
| [RaisesException] ShadowRoot ensureShadowRoot();
|
| +
|
| + ClientRect getBoundingClientRect();
|
| readonly attribute long offsetLeft;
|
| readonly attribute long offsetTop;
|
| readonly attribute long offsetWidth;
|
|
|