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 cf15c37253a59730ff69800aec585d3adb73bf95..631cfec0e2831503dee137d24eb7744c88f01ec0 100644 |
--- a/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl |
+++ b/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl |
@@ -11,6 +11,7 @@ |
#include "core/style/DataRef.h" |
#include "core/style/StyleDifference.h" |
#include "platform/wtf/SizeAssertions.h" |
+#include "core/layout/LayoutTheme.h" |
nainar
2017/05/21 23:59:35
Why did you have to add this by hand?
shend
2017/05/22 00:19:19
The default value of one of the fields is a static
|
{% for path in include_paths %} |
#include "{{path}}" |
{% endfor %} |