| 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 f90fa53f0f531331762f1c77d2333b03ed872b07..0f211e75bdfc072132f20aac360a936357bbbdfe 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -157,12 +157,7 @@ enum EBoxLines { SINGLE, MULTIPLE };
|
|
|
| // CSS3 Flexbox Properties
|
|
|
| -enum EFlexDirection {
|
| - kFlowRow,
|
| - kFlowRowReverse,
|
| - kFlowColumn,
|
| - kFlowColumnReverse
|
| -};
|
| +enum class EFlexDirection { kRow, kRowReverse, kColumn, kColumnReverse };
|
| enum EFlexWrap { kFlexNoWrap, kFlexWrap, kFlexWrapReverse };
|
|
|
| // CSS3 Image Values
|
|
|