| Index: Source/core/rendering/shapes/RectangleShape.h
|
| diff --git a/Source/core/rendering/shapes/RectangleShape.h b/Source/core/rendering/shapes/RectangleShape.h
|
| index 9a9dae5522eb1b070bf2ca18df4fd4c234b1dabe..f518135c9e14dc03bfdd61a2736544c2c2ea9175 100644
|
| --- a/Source/core/rendering/shapes/RectangleShape.h
|
| +++ b/Source/core/rendering/shapes/RectangleShape.h
|
| @@ -53,7 +53,7 @@ public:
|
| virtual bool isEmpty() const OVERRIDE { return m_bounds.isEmpty(); }
|
| virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
|
| virtual void getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
|
| - virtual bool firstIncludedIntervalLogicalTop(LayoutUnit minLogicalIntervalTop, const LayoutSize& minLogicalIntervalSize, LayoutUnit&) const OVERRIDE;
|
| + virtual bool firstIncludedIntervalLogicalTop(LayoutUnit minLogicalIntervalTop, const FloatSize& minLogicalIntervalSize, LayoutUnit&) const OVERRIDE;
|
|
|
| private:
|
| FloatRect shapeMarginBounds() const;
|
|
|