| Index: Source/core/rendering/RenderBox.h
|
| diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h
|
| index 992043bc981b24593a2bba2309881d648b4d79f8..3c834aa590e328ed30a9e575ec9a9c2a7879168b 100644
|
| --- a/Source/core/rendering/RenderBox.h
|
| +++ b/Source/core/rendering/RenderBox.h
|
| @@ -662,8 +662,6 @@
|
|
|
| void updateIntrinsicContentLogicalHeight(LayoutUnit intrinsicContentLogicalHeight) const { m_intrinsicContentLogicalHeight = intrinsicContentLogicalHeight; }
|
|
|
| - bool createsBlockFormattingContext() const;
|
| -
|
| private:
|
| void updateShapeOutsideInfoAfterStyleChange(const RenderStyle&, const RenderStyle* oldStyle);
|
| void updateGridPositionAfterStyleChange(const RenderStyle*);
|
|
|