| 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 fcc96873039b6298e492b7600eb3a8c6e1e152ac..96c9f4cd66cf4bc34eac342bfc871120d76cdce8 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/CSSPropertyAPIFiles.h.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/CSSPropertyAPIFiles.h.tmpl
|
| @@ -15,8 +15,10 @@ class CSSParserContext;
|
|
|
| class {{api_classname}} : public CSSPropertyAPI {
|
| public:
|
| + {% if "parseSingleValue" in api_methods %}
|
| static const CSSValue* parseSingleValue(CSSParserTokenRange&,
|
| const CSSParserContext*);
|
| + {% endif %}
|
| };
|
|
|
| } // namespace blink
|
|
|