| Index: Source/core/rendering/shapes/PolygonShape.h
|
| diff --git a/Source/core/rendering/shapes/PolygonShape.h b/Source/core/rendering/shapes/PolygonShape.h
|
| index 38b0d8e75c7fccfbab482bc72260fe19ba471bd8..b6673883b76993eb0d74f2a771135591f4267973 100644
|
| --- a/Source/core/rendering/shapes/PolygonShape.h
|
| +++ b/Source/core/rendering/shapes/PolygonShape.h
|
| @@ -95,7 +95,7 @@ public:
|
| virtual bool isEmpty() const OVERRIDE { return m_polygon.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:
|
| const FloatPolygon& shapeMarginBounds() const;
|
|
|