Chromium Code Reviews| Index: Source/core/rendering/style/RenderStyleConstants.h |
| diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h |
| index f2a3d006af036e457d5c3ae846a64704f457eb93..83740d2804d7f52e6f7ed3375a45c0cdfcdd1a83 100644 |
| --- a/Source/core/rendering/style/RenderStyleConstants.h |
| +++ b/Source/core/rendering/style/RenderStyleConstants.h |
| @@ -508,6 +508,7 @@ enum ItemPosition { |
| ItemPositionAuto, |
| ItemPositionStretch, |
| ItemPositionBaseline, |
| + ItemPositionLastBaseline, |
| ItemPositionCenter, |
| ItemPositionStart, |
| ItemPositionEnd, |
| @@ -525,6 +526,11 @@ enum OverflowAlignment { |
| OverflowAlignmentSafe |
| }; |
| +enum LegacyPosition { |
| + LegacyPositionFalse, |
| + LegacyPositionTrue |
|
Julien - ping for review
2014/06/26 17:37:20
Maybe better naming LegacyPosition vs NotALegacyPo
jfernandez
2014/06/26 22:36:05
Done.
|
| +}; |
| + |
| // Reasonable maximum to prevent insane font sizes from causing crashes on some platforms (such as Windows). |
| static const float maximumAllowedFontSize = 1000000.0f; |