| 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 2b33a15631a475518aff710257250a9e9d66ab9d..998f74cd59fab4bdb98aa4f5b5e98c814216b457 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -169,7 +169,7 @@ enum class EVerticalAlign : unsigned {
|
| Length
|
| };
|
|
|
| -enum EClear { ClearNone = 0, ClearLeft = 1, ClearRight = 2, ClearBoth = 3 };
|
| +enum class EClear : unsigned { kNone, kLeft, kRight, kBoth };
|
|
|
| enum class ETableLayout : unsigned { kAuto, kFixed };
|
|
|
|
|