Index: Source/core/rendering/RenderBlock.cpp |
diff --git a/Source/core/rendering/RenderBlock.cpp b/Source/core/rendering/RenderBlock.cpp |
index 53b3e20d026e5576ed942c7588440137d27b4004..40dba91dcdb3cd3a3ff07b0241cb6aa2eca940da 100644 |
--- a/Source/core/rendering/RenderBlock.cpp |
+++ b/Source/core/rendering/RenderBlock.cpp |
@@ -1518,12 +1518,6 @@ void RenderBlock::addVisualOverflowFromTheme() |
addVisualOverflow(inflatedRect); |
} |
-bool RenderBlock::createsBlockFormattingContext() const |
-{ |
- return isInlineBlockOrInlineTable() || isFloatingOrOutOfFlowPositioned() || hasOverflowClip() || isFlexItemIncludingDeprecated() |
- || style()->specifiesColumns() || isRenderFlowThread() || isTableCell() || isTableCaption() || isFieldset() || isWritingModeRoot() || isDocumentElement() || style()->columnSpan(); |
-} |
- |
void RenderBlock::updateBlockChildDirtyBitsBeforeLayout(bool relayoutChildren, RenderBox* child) |
{ |
// FIXME: Technically percentage height objects only need a relayout if their percentage isn't going to be turned into |