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