| Index: third_party/WebKit/Source/core/layout/shapes/BoxShapeTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/shapes/BoxShapeTest.cpp b/third_party/WebKit/Source/core/layout/shapes/BoxShapeTest.cpp
|
| index 9267fa5f6cdf3511ce63764a05a51e3322f0de98..1e3a708fe7f13a7db4fd5941ee640191f59255d8 100644
|
| --- a/third_party/WebKit/Source/core/layout/shapes/BoxShapeTest.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/shapes/BoxShapeTest.cpp
|
| @@ -41,7 +41,7 @@ class BoxShapeTest : public ::testing::Test {
|
|
|
| std::unique_ptr<Shape> createBoxShape(const FloatRoundedRect& bounds,
|
| float shapeMargin) {
|
| - return Shape::createLayoutBoxShape(bounds, WritingMode::HorizontalTb,
|
| + return Shape::createLayoutBoxShape(bounds, WritingMode::kHorizontalTb,
|
| shapeMargin);
|
| }
|
| };
|
|
|