| 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 d5f4a784e8f7118426a2b18bdc1a0efc4db3ea5e..2b33a15631a475518aff710257250a9e9d66ab9d 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -171,7 +171,7 @@ enum class EVerticalAlign : unsigned {
|
|
|
| enum EClear { ClearNone = 0, ClearLeft = 1, ClearRight = 2, ClearBoth = 3 };
|
|
|
| -enum ETableLayout { TableLayoutAuto, TableLayoutFixed };
|
| +enum class ETableLayout : unsigned { kAuto, kFixed };
|
|
|
| enum TextCombine { TextCombineNone, TextCombineAll };
|
|
|
|
|