| Index: Source/core/rendering/style/RenderStyleConstants.h
|
| diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h
|
| index 8a8b70abb2fe78b48ecd6e42be0ccf1c825a7516..5a302eff3c3eb1167237c48c8bd45f192be81146 100644
|
| --- a/Source/core/rendering/style/RenderStyleConstants.h
|
| +++ b/Source/core/rendering/style/RenderStyleConstants.h
|
| @@ -361,6 +361,10 @@ enum TextAlignLast {
|
| TextAlignLastAuto, TextAlignLastStart, TextAlignLastEnd, TextAlignLastLeft, TextAlignLastRight, TextAlignLastCenter, TextAlignLastJustify
|
| };
|
|
|
| +enum TextJustify {
|
| + TextJustifyAuto, TextJustifyNone, TextJustifyInterWord, TextJustifyDistribute
|
| +};
|
| +
|
| enum TextUnderlinePosition {
|
| // FIXME: Implement support for 'under left' and 'under right' values.
|
| TextUnderlinePositionAuto = 0x1, TextUnderlinePositionAlphabetic = 0x2, TextUnderlinePositionUnder = 0x4
|
|
|