Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1286)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTheme.h

Issue 2015583003: Remove assorted unnecessary includes in core/layout/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698