| Index: sky/engine/core/dom/Element.h
|
| diff --git a/sky/engine/core/dom/Element.h b/sky/engine/core/dom/Element.h
|
| index 8606115ec027433411f9da77c07931a6b7fbcfdd..06890d2cf220a3a7824922ef8c3cb34531498b3a 100644
|
| --- a/sky/engine/core/dom/Element.h
|
| +++ b/sky/engine/core/dom/Element.h
|
| @@ -158,14 +158,9 @@ public:
|
| virtual int scrollWidth();
|
| virtual int scrollHeight();
|
|
|
| - IntRect boundsInRootViewSpace();
|
| -
|
| PassRefPtr<ClientRectList> getClientRects();
|
| PassRefPtr<ClientRect> getBoundingClientRect();
|
|
|
| - // Returns the absolute bounding box translated into screen coordinates:
|
| - IntRect screenRect() const;
|
| -
|
| virtual void didMoveToNewDocument(Document&) override;
|
|
|
| void removeAttribute(const AtomicString& name);
|
|
|