| 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 8f1c39bbe9ee660c78f3f61cf1ba62cfe34668f2..5a17c34ba4ea7e0b7932c4401a9dbcb2f4ae069a 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -198,12 +198,7 @@ enum ObjectFit {
|
|
|
| // Word Break Values. Matches WinIE and CSS3
|
|
|
| -enum EWordBreak {
|
| - kNormalWordBreak,
|
| - kBreakAllWordBreak,
|
| - kKeepAllWordBreak,
|
| - kBreakWordBreak
|
| -};
|
| +enum class EWordBreak { kNormal, kBreakAll, kKeepAll, kBreakWord };
|
|
|
| enum class EOverflowWrap { kNormal, kBreakWord };
|
|
|
|
|