Index: third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp b/third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp |
index 9e34cd4c419fcf9b595ae84706623bd262009aa2..d0cfc78588035007f4c1e4325e25a5d17bb28d95 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp |
@@ -163,16 +163,6 @@ LayoutUnit LayoutFlowThread::nextLogicalTopForUnbreakableContent(LayoutUnit flow |
return columnSet->nextLogicalTopForUnbreakableContent(flowThreadOffset, contentLogicalHeight); |
} |
-void LayoutFlowThread::collectLayerFragments(PaintLayerFragments& layerFragments, const LayoutRect& layerBoundingBox, const LayoutRect& dirtyRectInMulticolContainer) |
-{ |
- ASSERT(!m_columnSetsInvalidated); |
- |
- for (LayoutMultiColumnSetList::const_iterator iter = m_multiColumnSetList.begin(); iter != m_multiColumnSetList.end(); ++iter) { |
- LayoutMultiColumnSet* columnSet = *iter; |
- columnSet->collectLayerFragments(layerFragments, layerBoundingBox, dirtyRectInMulticolContainer); |
- } |
-} |
- |
LayoutRect LayoutFlowThread::fragmentsBoundingBox(const LayoutRect& layerBoundingBox) const |
{ |
ASSERT(!RuntimeEnabledFeatures::slimmingPaintV2Enabled() || !m_columnSetsInvalidated); |