Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: sky/engine/core/rendering/shapes/BoxShapeTest.cpp

Issue 688213002: First pass at removing dead vertical writing mode code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/rendering/line/LineWidth.cpp ('k') | sky/engine/core/rendering/shapes/Shape.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
};
« no previous file with comments | « sky/engine/core/rendering/line/LineWidth.cpp ('k') | sky/engine/core/rendering/shapes/Shape.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698