| 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 e9a3a90399113532bbf052ca17f5348476e2daf7..ac954700c5542ff38b67240ce8b6dd17ea13dd78 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 %}
|
|
|