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

Unified Diff: Source/core/dom/Element.h

Issue 994903003: Merge Element::offsetParentForBindings() into offsetParent() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 9 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 | Source/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Element.h
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
index 0f313bfa1305916fdb41807a5732b5fcf5b7cea5..3160765e78ac87729a195b345b0b45376f215248 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -171,10 +171,6 @@ public:
int offsetWidth();
int offsetHeight();
- // FIXME: Replace uses of offsetParent in the platform with calls
- // to the render layer and merge offsetParentForBindings and offsetParent.
- Element* offsetParentForBindings();
-
Element* offsetParent();
int clientLeft();
int clientTop();
« no previous file with comments | « no previous file | Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698