| 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"
|
| {% for path in include_paths %}
|
| #include "{{path}}"
|
| {% endfor %}
|
|
|