| 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 96c9f4cd66cf4bc34eac342bfc871120d76cdce8..d3c6df433c754c86f3b275260f80cf55bbdf0245 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
|
|
|