| 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 344ae1ae80e7997ce12e3114026ed11ca6f8676f..19d3470645bbeaa9db6f0d02580615aec9e3053b 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -409,7 +409,7 @@ enum ContentDistributionType {
|
| // platforms (such as Windows).
|
| static const float kMaximumAllowedFontSize = 10000.0f;
|
|
|
| -enum TextIndentLine { kFirstLine, kEachLine };
|
| +enum class TextIndentLine { kFirstLine, kEachLine };
|
| enum class TextIndentType { kNormal, kHanging };
|
|
|
| enum CSSBoxType {
|
|
|