| 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 8fb40f22bf98e91043021c7856ad6e6e10bff5b8..42eb540a4a0dc8f6ffc37f039d9b822884c2d618 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -306,23 +306,6 @@ enum TextUnderlinePosition {
|
| TextUnderlinePositionUnder
|
| };
|
|
|
| -// Values applicable to the break-before, break-after properties.
|
| -enum class EBreakBetween : unsigned {
|
| - kAuto,
|
| - kAvoid,
|
| - kAvoidColumn,
|
| - kAvoidPage,
|
| - kColumn,
|
| - kLeft,
|
| - kPage,
|
| - kRecto,
|
| - kRight,
|
| - kVerso
|
| -};
|
| -
|
| -// Values applicable to the break-inside property.
|
| -enum class EBreakInside : unsigned { kAuto, kAvoid, kAvoidColumn, kAvoidPage };
|
| -
|
| enum class ECursor : unsigned {
|
| kAuto,
|
| kCrosshair,
|
|
|