| Index: Source/core/rendering/shapes/ShapeOutsideInfo.h
|
| diff --git a/Source/core/rendering/shapes/ShapeOutsideInfo.h b/Source/core/rendering/shapes/ShapeOutsideInfo.h
|
| index c0674cf151042d035e08ec02645a7136a3f0de10..b51fda1b6cc547d6e9ad121c246fef3bc2ad6436 100644
|
| --- a/Source/core/rendering/shapes/ShapeOutsideInfo.h
|
| +++ b/Source/core/rendering/shapes/ShapeOutsideInfo.h
|
| @@ -48,8 +48,6 @@ class ShapeOutsideInfo FINAL {
|
| public:
|
| void setReferenceBoxLogicalSize(LayoutSize);
|
|
|
| - SegmentList computeSegmentsForLine(LayoutUnit lineTop, LayoutUnit lineHeight) const;
|
| -
|
| LayoutUnit shapeLogicalTop() const { return computedShape().shapeMarginLogicalBoundingBox().y() + logicalTopOffset(); }
|
| LayoutUnit shapeLogicalBottom() const { return computedShape().shapeMarginLogicalBoundingBox().maxY() + logicalTopOffset(); }
|
| LayoutUnit shapeLogicalLeft() const { return computedShape().shapeMarginLogicalBoundingBox().x() + logicalLeftOffset(); }
|
|
|