| Index: Source/core/rendering/shapes/BoxShape.cpp
|
| diff --git a/Source/core/rendering/shapes/BoxShape.cpp b/Source/core/rendering/shapes/BoxShape.cpp
|
| index fac6e129b5661c8c99d29bf10ba9db6a28694ba3..563814048bfcf1f563b1e4b1f3f7de09ce59a0da 100644
|
| --- a/Source/core/rendering/shapes/BoxShape.cpp
|
| +++ b/Source/core/rendering/shapes/BoxShape.cpp
|
| @@ -148,7 +148,7 @@ void BoxShape::getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHei
|
| result.append(LineSegment(x1, x2));
|
| }
|
|
|
| -bool BoxShape::firstIncludedIntervalLogicalTop(LayoutUnit minLogicalIntervalTop, const LayoutSize&, LayoutUnit& result) const
|
| +bool BoxShape::firstIncludedIntervalLogicalTop(LayoutUnit minLogicalIntervalTop, const FloatSize&, LayoutUnit& result) const
|
| {
|
| // FIXME: this method is only a stub, https://bugs.webkit.org/show_bug.cgi?id=124606.
|
|
|
|
|