Index: Source/core/layout/LayoutBlockFlow.h |
diff --git a/Source/core/layout/LayoutBlockFlow.h b/Source/core/layout/LayoutBlockFlow.h |
index b93f4132eebcda07ea041d552c2720a2f7e070dd..b18773945783bf24de9e74c7bca6c7e39a086875 100644 |
--- a/Source/core/layout/LayoutBlockFlow.h |
+++ b/Source/core/layout/LayoutBlockFlow.h |
@@ -491,6 +491,9 @@ private: |
// If the child is unsplittable and can't fit on the current page, return the top of the next page/column. |
LayoutUnit adjustForUnsplittableChild(LayoutBox&, LayoutUnit logicalOffset, bool includeMargins = false); |
+ void removeInlinesWithOutlineAndContinuation(); |
+ void addInlineWithOutlineAndContinuation(LayoutInline*); |
+ |
// Used to store state between styleWillChange and styleDidChange |
static bool s_canPropagateFloatIntoSibling; |