| 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 f387ebd100e289f3a9d6c816156675d2af7960cc..806bbad712fbd7bb1d09b5940e607e4d386157bc 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -214,7 +214,6 @@ enum EBoxPack { BoxPackStart, BoxPackCenter, BoxPackEnd, BoxPackJustify };
|
| enum EBoxAlignment { BSTRETCH, BSTART, BCENTER, BEND, BBASELINE };
|
| enum EBoxOrient { HORIZONTAL, VERTICAL };
|
| enum EBoxLines { SINGLE, MULTIPLE };
|
| -enum class EBoxDirection : unsigned { Normal, Reverse };
|
|
|
| // CSS3 Flexbox Properties
|
|
|
|
|