| Index: Source/core/rendering/shapes/Shape.cpp
|
| diff --git a/Source/core/rendering/shapes/Shape.cpp b/Source/core/rendering/shapes/Shape.cpp
|
| index 81db5bdf6338966e2b6c1e09c140b5373546e1b6..d2ddc31d7a04e7ef6ee6f37dba499806945edb1d 100644
|
| --- a/Source/core/rendering/shapes/Shape.cpp
|
| +++ b/Source/core/rendering/shapes/Shape.cpp
|
| @@ -217,7 +217,7 @@ PassOwnPtr<Shape> Shape::createRasterShape(Image* image, float threshold, const
|
| return rasterShape.release();
|
| }
|
|
|
| -PassOwnPtr<Shape> Shape::createLayoutBoxShape(const RoundedRect& roundedRect, WritingMode writingMode, const Length& margin, const Length& padding)
|
| +PassOwnPtr<Shape> Shape::createBoxShape(const RoundedRect& roundedRect, WritingMode writingMode, const Length& margin, const Length& padding)
|
| {
|
| FloatRect rect(0, 0, roundedRect.rect().width(), roundedRect.rect().height());
|
| FloatRoundedRect bounds(rect, roundedRect.radii());
|
|
|