| Index: Source/core/rendering/shapes/ShapeOutsideInfo.cpp
|
| diff --git a/Source/core/rendering/shapes/ShapeOutsideInfo.cpp b/Source/core/rendering/shapes/ShapeOutsideInfo.cpp
|
| index c9383a00484955f822565402fd2acbe33de6de01..5e3e524d5a31077b80f62917154f242e5fdba26b 100644
|
| --- a/Source/core/rendering/shapes/ShapeOutsideInfo.cpp
|
| +++ b/Source/core/rendering/shapes/ShapeOutsideInfo.cpp
|
| @@ -166,7 +166,7 @@ const Shape& ShapeOutsideInfo::computedShape() const
|
| m_shape = createShapeForImage(shapeValue.image(), shapeImageThreshold, writingMode, margin);
|
| break;
|
| case ShapeValue::Box: {
|
| - const RoundedRect& shapeRect = style.getRoundedBorderFor(LayoutRect(LayoutPoint(), m_referenceBoxLogicalSize), m_renderer.view());
|
| + const FloatRoundedRect& shapeRect = style.getRoundedBorderFor(LayoutRect(LayoutPoint(), m_referenceBoxLogicalSize), m_renderer.view());
|
| m_shape = Shape::createLayoutBoxShape(shapeRect, writingMode, margin);
|
| break;
|
| }
|
|
|