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

Unified Diff: third_party/WebKit/Source/build/scripts/templates/fields/multi_keyword.tmpl

Issue 2914613002: Add keyword_subset field template and generate text-decoration-line. (Closed)
Patch Set: Rebase Created 3 years, 6 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/fields/multi_keyword.tmpl
diff --git a/third_party/WebKit/Source/build/scripts/templates/fields/multi_keyword.tmpl b/third_party/WebKit/Source/build/scripts/templates/fields/multi_keyword.tmpl
new file mode 100644
index 0000000000000000000000000000000000000000..1b97b4fc66b6716fa202151eb2441927cb6ec67f
--- /dev/null
+++ b/third_party/WebKit/Source/build/scripts/templates/fields/multi_keyword.tmpl
@@ -0,0 +1,8 @@
+{% import 'fields/keyword.tmpl' as keyword %}
+
+{% macro decl_public_methods(field) -%}
+{{keyword.decl_public_methods(field)}}
+{%- endmacro %}
+
+{% macro decl_protected_methods(field) -%}
+{%- endmacro %}

Powered by Google App Engine
This is Rietveld 408576698