| Index: sky/engine/core/rendering/shapes/BoxShapeTest.cpp
|
| diff --git a/sky/engine/core/rendering/shapes/BoxShapeTest.cpp b/sky/engine/core/rendering/shapes/BoxShapeTest.cpp
|
| index 2c68887c295cbdf6f8bad4dbfe0f4624bf7620e1..997efe8bb4cc7fd6c8056309e66b229fd2848a91 100644
|
| --- a/sky/engine/core/rendering/shapes/BoxShapeTest.cpp
|
| +++ b/sky/engine/core/rendering/shapes/BoxShapeTest.cpp
|
| @@ -43,7 +43,7 @@ protected:
|
|
|
| PassOwnPtr<Shape> createBoxShape(const RoundedRect& bounds, float shapeMargin)
|
| {
|
| - return Shape::createLayoutBoxShape(bounds, TopToBottomWritingMode, shapeMargin);
|
| + return Shape::createLayoutBoxShape(bounds, shapeMargin);
|
| }
|
| };
|
|
|
|
|