| Index: third_party/WebCore/css/CSSPrimitiveValue.idl
|
| diff --git a/third_party/WebCore/css/CSSPrimitiveValue.idl b/third_party/WebCore/css/CSSPrimitiveValue.idl
|
| index 517aba226d26a03fb988eecb074c5f4b101d7917..6c637c9ab76ec26b3b5f89f30c4841571404ccc9 100644
|
| --- a/third_party/WebCore/css/CSSPrimitiveValue.idl
|
| +++ b/third_party/WebCore/css/CSSPrimitiveValue.idl
|
| @@ -48,7 +48,10 @@ module css {
|
| const unsigned short CSS_COUNTER = 23;
|
| const unsigned short CSS_RECT = 24;
|
| const unsigned short CSS_RGBCOLOR = 25;
|
| -
|
| + const unsigned short CSS_VW = 26;
|
| + const unsigned short CSS_VH = 27;
|
| + const unsigned short CSS_VMIN = 28;
|
| +
|
| readonly attribute unsigned short primitiveType;
|
|
|
| [ObjCLegacyUnnamedParameters] void setFloatValue(in [Optional=DefaultIsUndefined] unsigned short unitType,
|
|
|