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