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

Unified Diff: Source/core/rendering/style/StyleRareInheritedData.h

Issue 17155007: [CSS3] Parsing the property, text-justify. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@parsingTextJustify
Patch Set: Created 7 years, 5 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: Source/core/rendering/style/StyleRareInheritedData.h
diff --git a/Source/core/rendering/style/StyleRareInheritedData.h b/Source/core/rendering/style/StyleRareInheritedData.h
index 9c9a946ff1751129b7db543ab24eef32b21ff319..b706acca793a65ff83b9a117c131315040669be1 100644
--- a/Source/core/rendering/style/StyleRareInheritedData.h
+++ b/Source/core/rendering/style/StyleRareInheritedData.h
@@ -96,6 +96,7 @@ public:
unsigned textEmphasisMark : 3; // TextEmphasisMark
unsigned textEmphasisPosition : 1; // TextEmphasisPosition
unsigned m_textAlignLast : 3; // TextAlignLast
+ unsigned m_textJustify : 2; // TextJustify
unsigned m_textOrientation : 2; // TextOrientation
#if ENABLE(CSS3_TEXT)
unsigned m_textIndentLine : 1; // TextIndentEachLine

Powered by Google App Engine
This is Rietveld 408576698