| Index: sky/engine/core/rendering/line/LineWidth.h
|
| diff --git a/sky/engine/core/rendering/line/LineWidth.h b/sky/engine/core/rendering/line/LineWidth.h
|
| index 369db2f03a3b86849cc91ae8f0ca710171b9aa39..547184c5a9795aeb0797c0e1f88daa07f54ef9b7 100644
|
| --- a/sky/engine/core/rendering/line/LineWidth.h
|
| +++ b/sky/engine/core/rendering/line/LineWidth.h
|
| @@ -70,7 +70,6 @@ public:
|
| private:
|
| void computeAvailableWidthFromLeftAndRight();
|
| void updateLineDimension(LayoutUnit newLineTop, LayoutUnit newLineWidth, const float& newLineLeft, const float& newLineRight);
|
| - void wrapNextToShapeOutside(bool isFirstLine);
|
|
|
| RenderBlockFlow& m_block;
|
| float m_uncommittedWidth;
|
|
|