| 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 ca21928b3e12c1eb82c7a4ee1b00918ced012544..9e8cd4b9a372fe232f1439f6e5a877188eda8014 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -150,7 +150,6 @@ enum EMaskSourceType { kMaskAlpha, kMaskLuminance };
|
|
|
| // CSS3 Flexbox Properties
|
|
|
| -enum class EFlexDirection { kRow, kRowReverse, kColumn, kColumnReverse };
|
| enum class EFlexWrap { kNowrap, kWrap, kWrapReverse };
|
|
|
| // CSS3 Image Values
|
|
|