| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyDescriptor.h
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyDescriptor.h b/third_party/WebKit/Source/core/css/properties/CSSPropertyDescriptor.h
|
| index 54b84d7e41807664c6fcfee95d4b0afbabeac109..e44adfb185c11e76eda45227b19fe426d886eac7 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyDescriptor.h
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyDescriptor.h
|
| @@ -14,6 +14,7 @@ class CSSParserContext;
|
| struct CSSPropertyDescriptor {
|
| const CSSValue* (*parseSingleValue)(CSSParserTokenRange&,
|
| const CSSParserContext*);
|
| + bool (*parseShorthand)(bool, CSSParserTokenRange&, const CSSParserContext*);
|
|
|
| // Returns the corresponding CSSPropertyDescriptor for a given CSSPropertyID.
|
| // Use this function to access the API for a property. Returns a descriptor
|
|
|