Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(686)

Unified Diff: sky/engine/core/dom/Element.h

Issue 684353002: Remove more stuff from Widget. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sky/engine/core/dom/Element.cpp » ('j') | sky/engine/core/frame/FrameView.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | sky/engine/core/dom/Element.cpp » ('j') | sky/engine/core/frame/FrameView.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698