| Index: sky/engine/core/dom/Element.idl
|
| diff --git a/sky/engine/core/dom/Element.idl b/sky/engine/core/dom/Element.idl
|
| index 7026878def2c3b62df048b4bec11b584cd406fce..26f30ee882d6be0a33a0ed036a75a518632853ed 100644
|
| --- a/sky/engine/core/dom/Element.idl
|
| +++ b/sky/engine/core/dom/Element.idl
|
| @@ -18,8 +18,6 @@
|
|
|
| void requestPaint(PaintingCallback callback);
|
|
|
| - void setLayoutManager(LayoutCallback callback);
|
| -
|
| // TODO(abarth): Move to Node.
|
| readonly attribute CSSStyleDeclaration style;
|
|
|
| @@ -41,9 +39,4 @@
|
| readonly attribute long clientTop;
|
| readonly attribute long clientWidth;
|
| readonly attribute long clientHeight;
|
| -
|
| - attribute double x;
|
| - attribute double y;
|
| - attribute double width;
|
| - attribute double height;
|
| };
|
|
|