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

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

Issue 2855583002: Fix ComputedStyleBase.h.tmpl to generate accessors for fields on groups (Closed)
Patch Set: Rebase Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/build/scripts/templates/fields/external.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/build/scripts/templates/fields/storage_only.tmpl
diff --git a/third_party/WebKit/Source/build/scripts/templates/fields/storage_only.tmpl b/third_party/WebKit/Source/build/scripts/templates/fields/storage_only.tmpl
index 1cf96eecae98e78775b3013b186c3241da6775ad..4f9a3bccc5eef1f2cd94f4c8f928c9265c8b8b58 100644
--- a/third_party/WebKit/Source/build/scripts/templates/fields/storage_only.tmpl
+++ b/third_party/WebKit/Source/build/scripts/templates/fields/storage_only.tmpl
@@ -5,10 +5,10 @@
{%- endmacro %}
{% macro decl_protected_methods(field) -%}
+{{base.decl_internal_getter_method(field)}}
+{{base.decl_internal_setter_method(field)}}
{% if not field.is_bit_field -%}
{{base.decl_mutable_method(field)}}
{%- endif %}
-{{base.decl_internal_getter_method(field)}}
-{{base.decl_internal_setter_method(field)}}
{%- endmacro %}
« no previous file with comments | « third_party/WebKit/Source/build/scripts/templates/fields/external.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698