Index: Source/core/rendering/RenderMultiColumnFlowThread.h |
diff --git a/Source/core/rendering/RenderMultiColumnFlowThread.h b/Source/core/rendering/RenderMultiColumnFlowThread.h |
index 16e9dd48588a4df530eb2963399f4a1da00a666b..1d9f67bdbebdf734c6916fd52866824f4ab26265 100644 |
--- a/Source/core/rendering/RenderMultiColumnFlowThread.h |
+++ b/Source/core/rendering/RenderMultiColumnFlowThread.h |
@@ -124,6 +124,9 @@ public: |
return lastSiblingBox != this ? lastSiblingBox : 0; |
} |
+ // Find the first set inside which the specified renderer would be rendered. |
+ RenderMultiColumnSet* findSetRendering(RenderObject*) const; |
+ |
// Return the spanner placeholder that belongs to the spanner in the containing block chain, if |
// any. This includes the renderer for the element that actually establishes the spanner too. |
RenderMultiColumnSpannerPlaceholder* containingColumnSpannerPlaceholder(const RenderObject* descendant) const; |