| 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 9e8cd4b9a372fe232f1439f6e5a877188eda8014..052c7f6207eae6a3da55730012609504c827e666 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -148,10 +148,6 @@ enum BackgroundEdgeOrigin { kTopEdge, kRightEdge, kBottomEdge, kLeftEdge };
|
| // CSS Mask Source Types
|
| enum EMaskSourceType { kMaskAlpha, kMaskLuminance };
|
|
|
| -// CSS3 Flexbox Properties
|
| -
|
| -enum class EFlexWrap { kNowrap, kWrap, kWrapReverse };
|
| -
|
| // CSS3 Image Values
|
| enum QuoteType { OPEN_QUOTE, CLOSE_QUOTE, NO_OPEN_QUOTE, NO_CLOSE_QUOTE };
|
|
|
|
|