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

Unified Diff: Source/core/frame/FrameView.cpp

Issue 1216573006: Remove unused isLayoutRoot method (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « Source/core/frame/FrameView.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/FrameView.cpp
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
index d9edbb76623d1463cc760542d39dca5bbfa64672..cfb5ae68f82c9bd9f1856d6a4dc45a8fa07f7d76 100644
--- a/Source/core/frame/FrameView.cpp
+++ b/Source/core/frame/FrameView.cpp
@@ -741,11 +741,6 @@ void FrameView::countObjectsNeedingLayout(unsigned& needsLayoutObjects, unsigned
}
}
-bool FrameView::isLayoutRoot(const LayoutObject& object) const
-{
- return m_layoutSubtreeRoots.contains(const_cast<LayoutObject*>(&object));
-}
-
inline void FrameView::forceLayoutParentViewIfNeeded()
{
LayoutPart* ownerLayoutObject = m_frame->ownerLayoutObject();
« no previous file with comments | « Source/core/frame/FrameView.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698