| Index: Source/core/rendering/shapes/RasterShape.cpp
|
| diff --git a/Source/core/rendering/shapes/RasterShape.cpp b/Source/core/rendering/shapes/RasterShape.cpp
|
| index 78b0021151929929e6b0e59a4db7994c5f1f2447..32a0511423754ba78f66ff6c4fa4c63f5a852472 100644
|
| --- a/Source/core/rendering/shapes/RasterShape.cpp
|
| +++ b/Source/core/rendering/shapes/RasterShape.cpp
|
| @@ -302,7 +302,7 @@ void RasterShape::getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logical
|
| appendLineSegments(includedIntervals, result);
|
| }
|
|
|
| -bool RasterShape::firstIncludedIntervalLogicalTop(LayoutUnit minLogicalIntervalTop, const LayoutSize& minLogicalIntervalSize, LayoutUnit& result) const
|
| +bool RasterShape::firstIncludedIntervalLogicalTop(LayoutUnit minLogicalIntervalTop, const FloatSize& minLogicalIntervalSize, LayoutUnit& result) const
|
| {
|
| const RasterShapeIntervals& intervals = paddingIntervals();
|
| if (intervals.isEmpty())
|
|
|