| 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 e7305dab6b562385aeab6c6f246675e9cd774350..2bbcb8dea32e54ee3582deacf97183707e28395e 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -124,10 +124,6 @@ enum EPosition {
|
| FixedPosition = 6
|
| };
|
|
|
| -enum class EFloat : unsigned {
|
| - None, Left, Right
|
| -};
|
| -
|
| enum EMarginCollapse { MarginCollapseCollapse, MarginCollapseSeparate, MarginCollapseDiscard };
|
|
|
| // Box decoration attributes. Not inherited.
|
|
|