| 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 bad8bdc33e3df1afdf012fd8ab2dacd698fbcbd1..a9880a8c5ae0fde54398b4183c0955e2eb00ead7 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -114,10 +114,6 @@ enum EMarginCollapse {
|
| kMarginCollapseDiscard
|
| };
|
|
|
| -// Box decoration attributes. Not inherited.
|
| -
|
| -enum class EBoxDecorationBreak { kSlice, kClone };
|
| -
|
| // Random visual rendering model attributes. Not inherited.
|
|
|
| enum class EVerticalAlign : unsigned {
|
|
|