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

Unified Diff: Source/core/layout/LayoutMultiColumnSet.cpp

Issue 1266553002: Include overflow when setting the logical flowthread bottom on the last column set. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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/layout/LayoutMultiColumnSet.h ('k') | Source/core/layout/MultiColumnFragmentainerGroup.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutMultiColumnSet.cpp
diff --git a/Source/core/layout/LayoutMultiColumnSet.cpp b/Source/core/layout/LayoutMultiColumnSet.cpp
index 3882ab3f80e1d47d2d76c1a16c0c5e5de89521d0..e381257b43555ccde162d1cf4570ea6617d12ccd 100644
--- a/Source/core/layout/LayoutMultiColumnSet.cpp
+++ b/Source/core/layout/LayoutMultiColumnSet.cpp
@@ -221,14 +221,6 @@ void LayoutMultiColumnSet::endFlow(LayoutUnit offsetInFlowThread)
m_fragmentainerGroups.last().setLogicalBottomInFlowThread(offsetInFlowThread);
}
-void LayoutMultiColumnSet::expandToEncompassFlowThreadContentsIfNeeded()
-{
- ASSERT(multiColumnFlowThread()->lastMultiColumnSet() == this);
- // FIXME: this may result in the need for creating additional rows, since there may not be
- // enough space remaining in the currently last row.
- m_fragmentainerGroups.last().expandToEncompassFlowThreadOverflow();
-}
-
void LayoutMultiColumnSet::computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const
{
minLogicalWidth = m_flowThread->minPreferredLogicalWidth();
« no previous file with comments | « Source/core/layout/LayoutMultiColumnSet.h ('k') | Source/core/layout/MultiColumnFragmentainerGroup.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698