| Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| index 51de867250fb3d9bf5e3dc78707d6b772546932c..181c5132af4cbf6d2642979e7df9358d7659fdee 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -52,6 +52,11 @@ class CSSValue;
|
| class CSSValueList;
|
| class StylePropertyShorthand;
|
|
|
| +enum class UnitlessQuirk {
|
| + Allow,
|
| + Forbid
|
| +};
|
| +
|
| // Inputs: PropertyID, isImportant bool, CSSParserValueList.
|
| // Outputs: Vector of CSSProperties
|
|
|
|
|