| Index: sky/engine/core/rendering/style/RenderStyleConstants.h
|
| diff --git a/sky/engine/core/rendering/style/RenderStyleConstants.h b/sky/engine/core/rendering/style/RenderStyleConstants.h
|
| index f88faa4636f68b34d69cb9beb7531aa444be6b13..410e0558f486e4c06a1dec99b977fa2f29b99c29 100644
|
| --- a/sky/engine/core/rendering/style/RenderStyleConstants.h
|
| +++ b/sky/engine/core/rendering/style/RenderStyleConstants.h
|
| @@ -275,7 +275,7 @@ enum EWhiteSpace {
|
|
|
| // The order of this enum must match the order of the text align values in CSSValueKeywords.in.
|
| enum ETextAlign {
|
| - LEFT, RIGHT, CENTER, JUSTIFY, WEBKIT_LEFT, WEBKIT_RIGHT, WEBKIT_CENTER, TASTART, TAEND,
|
| + LEFT, RIGHT, CENTER, JUSTIFY, TASTART, TAEND,
|
| };
|
|
|
| static const size_t TextDecorationBits = 4;
|
|
|