| 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 df5c62b1c765d405ab63350dfe9947c45a20cb6d..d5902cb8f4837c7a83212c78c6532d28902f10fd 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -120,12 +120,20 @@ enum EBoxSizing { BoxSizingContentBox, BoxSizingBorderBox };
|
| // Random visual rendering model attributes. Not inherited.
|
|
|
| enum EOverflow {
|
| - OVISIBLE, OHIDDEN, OSCROLL, OAUTO, OOVERLAY, OPAGEDX, OPAGEDY
|
| + OverflowVisible, OverflowHidden, OverflowScroll, OverflowAuto, OverflowOverlay, OverflowPagedX, OverflowPagedY
|
| };
|
|
|
| enum EVerticalAlign {
|
| - BASELINE, MIDDLE, SUB, SUPER, TEXT_TOP,
|
| - TEXT_BOTTOM, TOP, BOTTOM, BASELINE_MIDDLE, LENGTH
|
| + VerticalAlignBaseline,
|
| + VerticalAlignMiddle,
|
| + VerticalAlignSub,
|
| + VerticalAlignSuper,
|
| + VerticalAlignTextTop,
|
| + VerticalAlignTextBottom,
|
| + VerticalAlignTop,
|
| + VerticalAlignBottom,
|
| + VerticalAlignBaselineMiddle,
|
| + VerticalAlignLength
|
| };
|
|
|
| enum EClear {
|
|
|