| 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) %}
|
|
|