Index: Source/core/paint/DeprecatedPaintLayerReflectionInfo.h |
diff --git a/Source/core/paint/DeprecatedPaintLayerReflectionInfo.h b/Source/core/paint/DeprecatedPaintLayerReflectionInfo.h |
index f3b89e955dfbbf027ba8c42fb443ea12cb7b0aa3..6b70fcf61905bc6dd5e3b9daadad4585c015c5da 100644 |
--- a/Source/core/paint/DeprecatedPaintLayerReflectionInfo.h |
+++ b/Source/core/paint/DeprecatedPaintLayerReflectionInfo.h |
@@ -46,7 +46,7 @@ |
#define DeprecatedPaintLayerReflectionInfo_h |
#include "core/layout/LayoutBoxModelObject.h" |
-#include "core/paint/DeprecatedPaintLayerPaintingInfo.h" |
+#include "core/paint/DeprecatedPaintLayerPainter.h" |
#include "wtf/Allocator.h" |
#include "wtf/Noncopyable.h" |
@@ -69,7 +69,7 @@ public: |
void updateAfterStyleChange(const ComputedStyle* oldStyle); |
- void paint(GraphicsContext*, const DeprecatedPaintLayerPaintingInfo&, PaintLayerFlags); |
+ DeprecatedPaintLayerPainter::PaintResult paint(GraphicsContext*, const DeprecatedPaintLayerPaintingInfo&, PaintLayerFlags); |
private: |
LayoutBox& box() { return *m_box; } |