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

Unified Diff: third_party/WebKit/Source/platform/text/TextRun.h

Issue 2883813002: Move TextJustify to its own file. (Closed)
Patch Set: Created 3 years, 7 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
Index: third_party/WebKit/Source/platform/text/TextRun.h
diff --git a/third_party/WebKit/Source/platform/text/TextRun.h b/third_party/WebKit/Source/platform/text/TextRun.h
index 2fe7e4e1a0a150886c0bc311652fab4f419bad70..9eacc5559fb62755560b2b602e02cca7babe4eca 100644
--- a/third_party/WebKit/Source/platform/text/TextRun.h
+++ b/third_party/WebKit/Source/platform/text/TextRun.h
@@ -30,6 +30,7 @@
#include "platform/heap/Heap.h"
#include "platform/text/TabSize.h"
#include "platform/text/TextDirection.h"
+#include "platform/text/TextJustify.h"
#include "platform/wtf/Allocator.h"
#include "platform/wtf/text/StringView.h"
#include "platform/wtf/text/WTFString.h"
@@ -39,13 +40,6 @@
namespace blink {
-enum TextJustify {
- kTextJustifyAuto = 0x0,
- kTextJustifyNone = 0x1,
- kTextJustifyInterWord = 0x2,
- kTextJustifyDistribute = 0x3
-};
-
class PLATFORM_EXPORT TextRun final {
DISALLOW_NEW();

Powered by Google App Engine
This is Rietveld 408576698