| 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..4a8132453c63da87c88830ad6107f40b44fc9999 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -144,8 +144,6 @@ enum class EBoxSizing : unsigned { kContentBox, kBorderBox };
|
|
|
| // Random visual rendering model attributes. Not inherited.
|
|
|
| -enum class EOverflowAnchor : unsigned { kVisible, kNone, kAuto };
|
| -
|
| enum class EOverflow : unsigned {
|
| Visible,
|
| Hidden,
|
|
|