| Index: sky/engine/core/rendering/RenderBlockFlow.h
|
| diff --git a/sky/engine/core/rendering/RenderBlockFlow.h b/sky/engine/core/rendering/RenderBlockFlow.h
|
| index 34806d1d6571cfaba2bc1d3911f43d114dd58203..008a2b5c252f6907c9a4358d6734200bdced9d80 100644
|
| --- a/sky/engine/core/rendering/RenderBlockFlow.h
|
| +++ b/sky/engine/core/rendering/RenderBlockFlow.h
|
| @@ -115,8 +115,6 @@ public:
|
| return obj->isOutOfFlowPositioned() && !obj->style()->isOriginalDisplayInlineType() && !obj->container()->isRenderInline();
|
| }
|
|
|
| - void addOverflowFromInlineChildren();
|
| -
|
| // FIXME: This should be const to avoid a const_cast, but can modify child dirty bits
|
| void computeInlinePreferredLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth);
|
|
|
|
|