Index: Source/core/rendering/style/RenderStyleConstants.h |
diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h |
index 52f8182032fe95f11d6a7681e754e272f41d9bdb..50931f71b17005f855c309097122338fb1e4aef8 100644 |
--- a/Source/core/rendering/style/RenderStyleConstants.h |
+++ b/Source/core/rendering/style/RenderStyleConstants.h |
@@ -357,6 +357,10 @@ enum TextAlignLast { |
TextAlignLastAuto, TextAlignLastStart, TextAlignLastEnd, TextAlignLastLeft, TextAlignLastRight, TextAlignLastCenter, TextAlignLastJustify |
}; |
+enum TextJustify { |
+ TextJustifyAuto, TextJustifyNone, TextJustifyInterWord, TextJustifyDistribute |
Julien - ping for review
2013/07/15 22:05:47
You should put a FIXME about the value you don't i
dw.im
2013/07/16 01:13:56
As you can see the very current editors draft of t
Julien - ping for review
2013/07/16 19:40:09
I stand corrected, my bad.
|
+}; |
+ |
#if ENABLE(CSS3_TEXT) |
enum TextUnderlinePosition { |
// FIXME: Implement support for 'under left' and 'under right' values. |