| 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..a414b3aa9d4f251767696702c2832e4f1cc3f1e9 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -292,11 +292,7 @@ enum class TextEmphasisMark {
|
|
|
| enum class TextEmphasisPosition { kOver, kUnder };
|
|
|
| -enum TextOrientation {
|
| - kTextOrientationMixed,
|
| - kTextOrientationUpright,
|
| - kTextOrientationSideways
|
| -};
|
| +enum class TextOrientation { kMixed, kUpright, kSideways };
|
|
|
| enum TextOverflow { kTextOverflowClip = 0, kTextOverflowEllipsis };
|
|
|
|
|