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

Unified Diff: sky/engine/platform/text/WritingMode.h

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/platform/geometry/LayoutBoxExtent.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/text/WritingMode.h
diff --git a/sky/engine/platform/text/WritingMode.h b/sky/engine/platform/text/WritingMode.h
index d607dac97eda6826fd8794c09f62492acb3d7c15..f69a97e2e75b3ae2f9cbbae7e715d0c28158c51b 100644
--- a/sky/engine/platform/text/WritingMode.h
+++ b/sky/engine/platform/text/WritingMode.h
@@ -33,11 +33,6 @@
namespace blink {
-// FIXME(sky): Remove
-enum WritingMode {
- TopToBottomWritingMode
-};
-
// Lines have horizontal orientation; modes horizontal-tb or horizontal-bt.
inline bool isHorizontalWritingMode()
{
« no previous file with comments | « sky/engine/platform/geometry/LayoutBoxExtent.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698