| 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 0a825a3c908de63639cb9b1d43d06ed2bedc2b3b..8923030d68e32968556fb1c00c8d5bab1e8b0ffc 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -231,13 +231,7 @@ enum EWordBreak {
|
|
|
| enum EOverflowWrap { kNormalOverflowWrap, kBreakOverflowWrap };
|
|
|
| -enum LineBreak {
|
| - kLineBreakAuto,
|
| - kLineBreakLoose,
|
| - kLineBreakNormal,
|
| - kLineBreakStrict,
|
| - kLineBreakAfterWhiteSpace
|
| -};
|
| +enum class LineBreak { kAuto, kLoose, kNormal, kStrict, kAfterWhiteSpace };
|
|
|
| enum EResize { RESIZE_NONE, RESIZE_BOTH, RESIZE_HORIZONTAL, RESIZE_VERTICAL };
|
|
|
|
|