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