| 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 f9b57ee99066caf889ba7235ec1d5ffe5917b305..fcad1d6fc00fa93beb1e3783e4c86043ef721f5a 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -386,7 +386,7 @@ enum ECaptionSide {
|
|
|
| enum EListStylePosition { ListStylePositionOutside, ListStylePositionInside };
|
|
|
| -enum EVisibility { VISIBLE, HIDDEN, COLLAPSE };
|
| +enum class EVisibility { Visible, Hidden, Collapse };
|
|
|
| enum ECursor {
|
| // The following must match the order in CSSValueKeywords.in.
|
|
|