Index: third_party/WebKit/Source/core/layout/LayoutTheme.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTheme.h b/third_party/WebKit/Source/core/layout/LayoutTheme.h |
index a8dedadc36cf2e9bc3a2d06df04662b19e781da3..236e12750b36b579b419537aa14e1e1053df1ffa 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTheme.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutTheme.h |
@@ -23,10 +23,15 @@ |
#ifndef LayoutTheme_h |
#define LayoutTheme_h |
+#include "core/CSSValueKeywords.h" |
#include "core/CoreExport.h" |
-#include "core/layout/LayoutObject.h" |
#include "platform/ThemeTypes.h" |
+#include "platform/fonts/Font.h" |
+#include "platform/fonts/FontDescription.h" |
+#include "platform/fonts/FontTraits.h" |
+#include "platform/graphics/Color.h" |
#include "platform/scroll/ScrollTypes.h" |
+#include "platform/text/PlatformLocale.h" |
#include "wtf/PassRefPtr.h" |
#include "wtf/RefCounted.h" |
#include "wtf/text/WTFString.h" |
@@ -37,6 +42,7 @@ class ComputedStyle; |
class Element; |
class FileList; |
class HTMLInputElement; |
+class LayoutObject; |
class Theme; |
class ThemePainter; |