| 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..d7f5db5135390d71fd50f1a9ac9ccb8416a2a7b2 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -277,8 +277,6 @@ enum ELineClampType { kLineClampLineCount, kLineClampPercentage };
|
|
|
| enum class Hyphens { kNone, kManual, kAuto };
|
|
|
| -enum class TextEmphasisFill { kFilled, kOpen };
|
| -
|
| enum class TextEmphasisMark {
|
| kNone,
|
| kAuto,
|
| @@ -290,8 +288,6 @@ enum class TextEmphasisMark {
|
| kCustom
|
| };
|
|
|
| -enum class TextEmphasisPosition { kOver, kUnder };
|
| -
|
| enum TextOrientation {
|
| kTextOrientationMixed,
|
| kTextOrientationUpright,
|
|
|