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