Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Unified Diff: third_party/WebKit/Source/build/scripts/templates/CSSPropertyAPIFiles.h.tmpl

Issue 2661003004: Adds framework classes for ALL remaining parseSingleValue Ribbon APIs. (Closed)
Patch Set: format Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 d3c6df433c754c86f3b275260f80cf55bbdf0245..f379771514ae83b1687de26ba7ae6acbb7bbf70d 100644
--- a/third_party/WebKit/Source/build/scripts/templates/CSSPropertyAPIFiles.h.tmpl
+++ b/third_party/WebKit/Source/build/scripts/templates/CSSPropertyAPIFiles.h.tmpl
@@ -19,7 +19,7 @@ class {{api_classname}} : public CSSPropertyAPI {
static const CSSValue* parseSingleValue(CSSParserTokenRange&,
const CSSParserContext*);
{% endif %}
- {% if "parseShorthand" in implemented_functions %}
+ {% if "parseShorthand" in api_methods %}
static HeapVector<CSSProperty>* parseShorthand(bool,
CSSParserTokenRange&,
const CSSParserContext*);
« no previous file with comments | « third_party/WebKit/Source/build/scripts/make_css_property_apis.py ('k') | third_party/WebKit/Source/core/css/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698