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

Unified Diff: third_party/WebKit/Source/core/paint/BoxPainter.h

Issue 2010823002: Remove assorted unnecessary includes in core/paint/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missing includes. 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/paint/BoxPainter.h
diff --git a/third_party/WebKit/Source/core/paint/BoxPainter.h b/third_party/WebKit/Source/core/paint/BoxPainter.h
index 47c8b90ceec069b2bc7e0c70270b4b44d8d8614f..e511b84305f0540441afd8def8dd35670fd5d829 100644
--- a/third_party/WebKit/Source/core/paint/BoxPainter.h
+++ b/third_party/WebKit/Source/core/paint/BoxPainter.h
@@ -5,16 +5,26 @@
#ifndef BoxPainter_h
#define BoxPainter_h
-#include "core/layout/LayoutBoxModelObject.h"
-#include "core/paint/ObjectPainter.h"
+#include "core/layout/BackgroundBleedAvoidance.h"
#include "core/style/ShadowData.h"
+#include "platform/geometry/LayoutSize.h"
+#include "platform/graphics/GraphicsTypes.h"
+#include "third_party/skia/include/core/SkXfermode.h"
#include "wtf/Allocator.h"
namespace blink {
class BackgroundImageGeometry;
+class ComputedStyle;
+class FillLayer;
class FloatRoundedRect;
+class GraphicsContext;
+class Image;
+class InlineFlowBox;
class LayoutPoint;
+class LayoutRect;
+class LayoutBoxModelObject;
+class NinePieceImage;
struct PaintInfo;
class LayoutBox;
class LayoutObject;

Powered by Google App Engine
This is Rietveld 408576698