| Index: sky/engine/core/rendering/RenderBlockFlow.h
|
| diff --git a/sky/engine/core/rendering/RenderBlockFlow.h b/sky/engine/core/rendering/RenderBlockFlow.h
|
| index e3fc806eebe397df2d806bb599279186bded8f4d..b37a42f12c9c8610a6ce3b9e9eefdeaf1d71d1f6 100644
|
| --- a/sky/engine/core/rendering/RenderBlockFlow.h
|
| +++ b/sky/engine/core/rendering/RenderBlockFlow.h
|
| @@ -163,8 +163,6 @@ private:
|
| void adjustPositionedBlock(RenderBox* child, const MarginInfo&);
|
| void adjustFloatingBlock(const MarginInfo&);
|
|
|
| - LayoutPoint flipFloatForWritingModeForChild(const FloatingObject*, const LayoutPoint&) const;
|
| -
|
| LayoutPoint computeLogicalLocationForFloat(const FloatingObject*, LayoutUnit logicalTopOffset) const;
|
|
|
| // Called from lineWidth, to position the floats added in the last line.
|
|
|