Index: Source/core/layout/LayoutMultiColumnSet.h |
diff --git a/Source/core/layout/LayoutMultiColumnSet.h b/Source/core/layout/LayoutMultiColumnSet.h |
index a563ece690d6e5a5a289d8eded33ac35066c23f0..5bb44b6f500d23f367006b9d32e1f3dacd88cdae 100644 |
--- a/Source/core/layout/LayoutMultiColumnSet.h |
+++ b/Source/core/layout/LayoutMultiColumnSet.h |
@@ -149,6 +149,8 @@ public: |
// The top of the page nearest to the specified block offset. All in flowthread coordinates. |
LayoutUnit pageLogicalTopForOffset(LayoutUnit offset) const; |
+ LayoutRect fragmentsBoundingBox(const LayoutRect& boundingBoxInFlowThread) const; |
+ |
void collectLayerFragments(DeprecatedPaintLayerFragments&, const LayoutRect& layerBoundingBox, const LayoutRect& dirtyRect); |
LayoutUnit columnGap() const; |