| 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 42eb540a4a0dc8f6ffc37f039d9b822884c2d618..2692e2e1f1e1011c7d272f514d70a725ef6ec9bf 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -121,12 +121,12 @@ enum EBorderPrecedence {
|
|
|
| enum OutlineIsAuto { OutlineIsAutoOff = 0, OutlineIsAutoOn };
|
|
|
| -enum EPosition {
|
| - StaticPosition,
|
| - RelativePosition,
|
| - AbsolutePosition,
|
| - StickyPosition,
|
| - FixedPosition
|
| +enum class EPosition : unsigned {
|
| + kStatic,
|
| + kRelative,
|
| + kAbsolute,
|
| + kSticky,
|
| + kFixed
|
| };
|
|
|
| enum EMarginCollapse {
|
|
|