Index: Source/WebCore/rendering/RenderBlock.h |
=================================================================== |
--- Source/WebCore/rendering/RenderBlock.h (revision 118862) |
+++ Source/WebCore/rendering/RenderBlock.h (working copy) |
@@ -904,7 +904,11 @@ |
bool handleSpecialChild(RenderBox* child, const MarginInfo&); |
bool handleFloatingChild(RenderBox* child, const MarginInfo&); |
bool handlePositionedChild(RenderBox* child, const MarginInfo&); |
- bool handleRunInChild(RenderBox* child); |
+ |
+ RenderBoxModelObject* createReplacementRunIn(RenderBoxModelObject* runIn); |
+ void moveRunInUnderSiblingBlockIfNeeded(RenderObject* runIn); |
+ void moveRunInToOriginalPosition(RenderObject* runIn); |
+ |
LayoutUnit collapseMargins(RenderBox* child, MarginInfo&); |
LayoutUnit clearFloatsIfNeeded(RenderBox* child, MarginInfo&, LayoutUnit oldTopPosMargin, LayoutUnit oldTopNegMargin, LayoutUnit yPos); |
LayoutUnit estimateLogicalTopPosition(RenderBox* child, const MarginInfo&, LayoutUnit& estimateWithoutPagination); |