| Index: third_party/WebKit/Source/core/paint/BoxPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/BoxPainter.cpp b/third_party/WebKit/Source/core/paint/BoxPainter.cpp
|
| index d5283b61c3b706ed723fee26a349873dd6775d51..8018fbde2898f03faef02d3d739bd4cc220de992 100644
|
| --- a/third_party/WebKit/Source/core/paint/BoxPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/BoxPainter.cpp
|
| @@ -278,7 +278,7 @@ FloatRoundedRect getBackgroundRoundedRect(const LayoutObject& obj, const LayoutR
|
| {
|
| FloatRoundedRect border = obj.style()->getRoundedBorderFor(borderRect, includeLogicalLeftEdge, includeLogicalRightEdge);
|
| if (box && (box->nextLineBox() || box->prevLineBox())) {
|
| - FloatRoundedRect segmentBorder = obj.style()->getRoundedBorderFor(LayoutRect(0, 0, inlineBoxWidth, inlineBoxHeight),
|
| + FloatRoundedRect segmentBorder = obj.style()->getRoundedBorderFor(LayoutRect(0, 0, inlineBoxWidth.toInt(), inlineBoxHeight.toInt()),
|
| includeLogicalLeftEdge, includeLogicalRightEdge);
|
| border.setRadii(segmentBorder.getRadii());
|
| }
|
|
|