| Index: third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| index be3f321dd4ec11e8f32db1bae193acbb95637014..65f97d94cd7d35d6c533c5e89de0c9117e598ef8 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -156,17 +156,17 @@ enum class EOverflow : unsigned {
|
| PagedY
|
| };
|
|
|
| -enum EVerticalAlign {
|
| - VerticalAlignBaseline,
|
| - VerticalAlignMiddle,
|
| - VerticalAlignSub,
|
| - VerticalAlignSuper,
|
| - VerticalAlignTextTop,
|
| - VerticalAlignTextBottom,
|
| - VerticalAlignTop,
|
| - VerticalAlignBottom,
|
| - VerticalAlignBaselineMiddle,
|
| - VerticalAlignLength
|
| +enum class EVerticalAlign : unsigned {
|
| + Baseline,
|
| + Middle,
|
| + Sub,
|
| + Super,
|
| + TextTop,
|
| + TextBottom,
|
| + Top,
|
| + Bottom,
|
| + BaselineMiddle,
|
| + Length
|
| };
|
|
|
| enum EClear { ClearNone = 0, ClearLeft = 1, ClearRight = 2, ClearBoth = 3 };
|
|
|