| Index: third_party/WebKit/Source/build/scripts/templates/CSSPropertyAPIFiles.h.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/CSSPropertyAPIFiles.h.tmpl b/third_party/WebKit/Source/build/scripts/templates/CSSPropertyAPIFiles.h.tmpl
|
| index b0125da3493508799f04370e181a4498151b0110..98f811b456bf3e379f04778937b5d0e12870b4b3 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/CSSPropertyAPIFiles.h.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/CSSPropertyAPIFiles.h.tmpl
|
| @@ -19,6 +19,11 @@ class {{api_classname}} : public CSSPropertyAPI {
|
| static const CSSValue* parseSingleValue(CSSParserTokenRange&,
|
| const CSSParserContext*);
|
| {% endif %}
|
| + {% if "parseShorthand" in implemented_functions %}
|
| + static HeapVector<CSSProperty>* parseShorthand(bool,
|
| + CSSParserTokenRange&,
|
| + const CSSParserContext*);
|
| + {% endif %}
|
| };
|
|
|
| } // namespace blink
|
|
|