Index: Source/core/rendering/shapes/ShapeInfo.cpp |
diff --git a/Source/core/rendering/shapes/ShapeInfo.cpp b/Source/core/rendering/shapes/ShapeInfo.cpp |
index e9b81db8120a367faa8f5bef8aadaf6348162b00..7c5dce41f54a2abab8fca0626d865f41e5824771 100644 |
--- a/Source/core/rendering/shapes/ShapeInfo.cpp |
+++ b/Source/core/rendering/shapes/ShapeInfo.cpp |
@@ -133,7 +133,7 @@ const Shape& ShapeInfo<RenderType>::computedShape() const |
} |
case ShapeValue::Box: { |
const RoundedRect& shapeRect = m_renderer.style()->getRoundedBorderFor(LayoutRect(LayoutPoint(), m_referenceBoxLogicalSize), m_renderer.view()); |
- m_shape = Shape::createLayoutBoxShape(shapeRect, writingMode, margin, padding); |
+ m_shape = Shape::createBoxShape(shapeRect, writingMode, margin, padding); |
break; |
} |
case ShapeValue::Outside: |