Index: third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.h |
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.h b/third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.h |
index b68733d477b2d251bd0e93fc86ef194d8ef7b781..bdd7ee1ea78cd7a11bd76ef5db3546aa3bcc214f 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.h |
+++ b/third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.h |
@@ -45,14 +45,17 @@ |
#ifndef PaintLayerReflectionInfo_h |
#define PaintLayerReflectionInfo_h |
-#include "core/layout/LayoutBoxModelObject.h" |
#include "core/paint/PaintLayerPainter.h" |
+#include "core/paint/PaintLayerPaintingInfo.h" |
#include "wtf/Allocator.h" |
#include "wtf/Noncopyable.h" |
namespace blink { |
+class ComputedStyle; |
+class GraphicsContext; |
class PaintLayer; |
+class LayoutBox; |
class LayoutReplica; |
// PaintLayerReflectionInfo is the main object used for reflections. |