| Index: Source/core/rendering/shapes/RectangleShape.h
|
| diff --git a/Source/core/rendering/shapes/RectangleShape.h b/Source/core/rendering/shapes/RectangleShape.h
|
| index 9104a0f7dec743a1a9e868a7e19404d1b1c140e7..7c32cd89a8aa8e69ee2f1ded26647b9269d140f8 100644
|
| --- a/Source/core/rendering/shapes/RectangleShape.h
|
| +++ b/Source/core/rendering/shapes/RectangleShape.h
|
| @@ -49,7 +49,7 @@ public:
|
|
|
| virtual LayoutRect shapeMarginLogicalBoundingBox() const OVERRIDE { return static_cast<LayoutRect>(shapeMarginBounds()); }
|
| virtual bool isEmpty() const OVERRIDE { return m_bounds.isEmpty(); }
|
| - virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
|
| + virtual LineSegment getExcludedInterval(LayoutUnit logicalTop, LayoutUnit logicalHeight) const OVERRIDE;
|
| virtual void buildDisplayPaths(DisplayPaths&) const OVERRIDE;
|
|
|
| private:
|
|
|