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; |