| 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 9470f91f57498b00d7f2d670a33729adeadb8ed6..0b822df8482df16ccea75fbadaf550fe73da62c0 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -423,7 +423,7 @@ enum ContentDistributionType {
|
| static const float kMaximumAllowedFontSize = 10000.0f;
|
|
|
| enum TextIndentLine { kFirstLine, kEachLine };
|
| -enum TextIndentType { kTextIndentNormal, kTextIndentHanging };
|
| +enum class TextIndentType { kNormal, kHanging };
|
|
|
| enum CSSBoxType {
|
| kBoxMissing = 0,
|
|
|