| Index: Source/core/rendering/style/RenderStyleConstants.h
|
| diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h
|
| index 73aa331081b30e5c51a5e4f0d37afb54c9e46bb4..fc36e6daebe98cb1e9e60f8e3299483347338269 100755
|
| --- a/Source/core/rendering/style/RenderStyleConstants.h
|
| +++ b/Source/core/rendering/style/RenderStyleConstants.h
|
| @@ -530,25 +530,25 @@ enum EIsolation { IsolationAuto, IsolationIsolate };
|
|
|
| enum TouchActionDelay { TouchActionDelayNone, TouchActionDelayScript };
|
|
|
| -enum JustifySelf {
|
| - JustifySelfAuto,
|
| - JustifySelfStretch,
|
| - JustifySelfBaseline,
|
| - JustifySelfCenter,
|
| - JustifySelfStart,
|
| - JustifySelfEnd,
|
| - JustifySelfSelfStart,
|
| - JustifySelfSelfEnd,
|
| - JustifySelfFlexStart,
|
| - JustifySelfFlexEnd,
|
| - JustifySelfLeft,
|
| - JustifySelfRight
|
| -};
|
| -
|
| -enum JustifySelfOverflowAlignment {
|
| - JustifySelfOverflowAlignmentDefault,
|
| - JustifySelfOverflowAlignmentTrue,
|
| - JustifySelfOverflowAlignmentSafe
|
| +enum ItemPosition {
|
| + ItemPositionAuto,
|
| + ItemPositionStretch,
|
| + ItemPositionBaseline,
|
| + ItemPositionCenter,
|
| + ItemPositionStart,
|
| + ItemPositionEnd,
|
| + ItemPositionSelfStart,
|
| + ItemPositionSelfEnd,
|
| + ItemPositionFlexStart,
|
| + ItemPositionFlexEnd,
|
| + ItemPositionLeft,
|
| + ItemPositionRight
|
| +};
|
| +
|
| +enum OverflowAlignment {
|
| + OverflowAlignmentDefault,
|
| + OverflowAlignmentTrue,
|
| + OverflowAlignmentSafe
|
| };
|
|
|
| // Reasonable maximum to prevent insane font sizes from causing crashes on some platforms (such as Windows).
|
|
|