| Index: sky/engine/core/rendering/RenderBox.h
|
| diff --git a/sky/engine/core/rendering/RenderBox.h b/sky/engine/core/rendering/RenderBox.h
|
| index f6319c838e3d7c847ba7af7336a08d19cfc645b9..0361c04a114638d283430049d8792161d3712bdb 100644
|
| --- a/sky/engine/core/rendering/RenderBox.h
|
| +++ b/sky/engine/core/rendering/RenderBox.h
|
| @@ -486,8 +486,6 @@ protected:
|
|
|
| void paintRootBoxFillLayers(const PaintInfo&);
|
|
|
| - RenderObject* splitAnonymousBoxesAroundChild(RenderObject* beforeChild);
|
| -
|
| void updateIntrinsicContentLogicalHeight(LayoutUnit intrinsicContentLogicalHeight) const { m_intrinsicContentLogicalHeight = intrinsicContentLogicalHeight; }
|
|
|
| private:
|
|
|