| 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 5a17c34ba4ea7e0b7932c4401a9dbcb2f4ae069a..60af5fa722e4c2a2b3266895839477c0adaa206f 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -293,7 +293,7 @@ enum class ESpeak {
|
| kNoPunctuation
|
| };
|
|
|
| -enum TextEmphasisFill { kTextEmphasisFillFilled, kTextEmphasisFillOpen };
|
| +enum class TextEmphasisFill { kFilled, kOpen };
|
|
|
| enum TextEmphasisMark {
|
| kTextEmphasisMarkNone,
|
|
|