| Index: Source/core/rendering/style/RenderStyleConstants.h
|
| diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h
|
| index 97a8d23054ebf05eed8cdb26866aca713fbae34e..6e5d9a029e47de40ba530a06a3f3c875bb84e236 100644
|
| --- a/Source/core/rendering/style/RenderStyleConstants.h
|
| +++ b/Source/core/rendering/style/RenderStyleConstants.h
|
| @@ -373,6 +373,10 @@ enum TextAlignLast {
|
| TextAlignLastAuto, TextAlignLastStart, TextAlignLastEnd, TextAlignLastLeft, TextAlignLastRight, TextAlignLastCenter, TextAlignLastJustify
|
| };
|
|
|
| +enum TextJustify {
|
| + TextJustifyAuto, TextJustifyNone, TextJustifyInterWord, TextJustifyDistribute
|
| +};
|
| +
|
| #if ENABLE(CSS3_TEXT)
|
| enum TextUnderlinePosition {
|
| // FIXME: Implement support for 'under left' and 'under right' values.
|
|
|