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

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

Issue 2563913002: Added functionality in ComputedStyleBase to use platform/ types (Closed)
Patch Set: Rebase Created 3 years, 12 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/ComputedStyleBase.h.tmpl
diff --git a/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl b/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
index b7da448d0987de3e8a3ce7f9056cd1614d5c6b6c..8e1619040eea1ad2489ae1276c0757bf084dfd71 100644
--- a/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
+++ b/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
@@ -6,6 +6,9 @@
#include "core/ComputedStyleBaseConstants.h"
#include "core/CoreExport.h"
+{% for field in fields if field.storage_type_path != None %}
+#include "{{field.storage_type_path}}.h"
+{% endfor %}
{# Returns the default value for the field, converted to fit in the storage container. #}
{% macro default_value(field) %}

Powered by Google App Engine
This is Rietveld 408576698