| 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 40b1984d625c0d465d70d98e34e91d215f6f00c9..bc3d8255e52ee54033da0ff4d2463485bad47d31 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -124,7 +124,7 @@ enum EPosition {
|
| FixedPosition = 6
|
| };
|
|
|
| -enum EFloat {
|
| +enum class EFloat : unsigned {
|
| NoFloat, LeftFloat, RightFloat
|
| };
|
|
|
|
|