| 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 998f74cd59fab4bdb98aa4f5b5e98c814216b457..74209a4fde4591cd841a3116d07356863968eaeb 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -169,8 +169,6 @@ enum class EVerticalAlign : unsigned {
|
| Length
|
| };
|
|
|
| -enum class EClear : unsigned { kNone, kLeft, kRight, kBoth };
|
| -
|
| enum class ETableLayout : unsigned { kAuto, kFixed };
|
|
|
| enum TextCombine { TextCombineNone, TextCombineAll };
|
|
|