| 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 61646e5585c7fa94f3a741bd64ad68a6b3e8939b..3376f695bf557bf57806765e86c9a0a4d9e375d7 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -26,6 +26,7 @@
|
| #ifndef ComputedStyleConstants_h
|
| #define ComputedStyleConstants_h
|
|
|
| +#include "core/ComputedStyleBaseConstants.h"
|
| #include <cstddef>
|
|
|
| namespace blink {
|
| @@ -403,10 +404,6 @@ enum ECaptionSide {
|
|
|
| enum EListStylePosition { ListStylePositionOutside, ListStylePositionInside };
|
|
|
| -// TODO(sashab): Add a static_assert when this is used in bitfields to ensure it
|
| -// uses unsigned as the underlying type.
|
| -enum class EVisibility : unsigned { Visible, Hidden, Collapse };
|
| -
|
| enum ECursor {
|
| // The following must match the order in CSSValueKeywords.in.
|
| CURSOR_AUTO,
|
|
|