| 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 c9d0191305f9ff2eb693d2bc6e93d777c729c7ec..d3c42a7e232cf505188c0b64e44456dd4b11fbb5 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -189,7 +189,7 @@ enum EMaskSourceType { MaskAlpha, MaskLuminance };
|
|
|
| // Deprecated Flexible Box Properties
|
|
|
| -enum EBoxPack { Start, Center, End, Justify };
|
| +enum EBoxPack { BoxPackStart, BoxPackCenter, BoxPackEnd, BoxPackJustify };
|
| enum EBoxAlignment { BSTRETCH, BSTART, BCENTER, BEND, BBASELINE };
|
| enum EBoxOrient { HORIZONTAL, VERTICAL };
|
| enum EBoxLines { SINGLE, MULTIPLE };
|
|
|