Index: Source/core/paint/FilterPainter.cpp |
diff --git a/Source/core/paint/FilterPainter.cpp b/Source/core/paint/FilterPainter.cpp |
index f55eb81b7a5fd1ae624cbf078cb75d4e172fbe08..eea89ab3217705f6d3e901953b0f2fc47de34c3c 100644 |
--- a/Source/core/paint/FilterPainter.cpp |
+++ b/Source/core/paint/FilterPainter.cpp |
@@ -5,10 +5,10 @@ |
#include "config.h" |
#include "core/paint/FilterPainter.h" |
+#include "core/layout/Layer.h" |
#include "core/paint/LayerClipRecorder.h" |
#include "core/paint/LayerPainter.h" |
#include "core/rendering/FilterEffectRenderer.h" |
-#include "core/rendering/RenderLayer.h" |
#include "core/rendering/RenderView.h" |
#include "platform/RuntimeEnabledFeatures.h" |
#include "platform/graphics/GraphicsContext.h" |
@@ -20,7 +20,7 @@ |
namespace blink { |
-FilterPainter::FilterPainter(RenderLayer& renderLayer, GraphicsContext* context, const LayoutPoint& offsetFromRoot, const ClipRect& clipRect, LayerPaintingInfo& paintingInfo, PaintLayerFlags paintFlags, |
+FilterPainter::FilterPainter(Layer& renderLayer, GraphicsContext* context, const LayoutPoint& offsetFromRoot, const ClipRect& clipRect, LayerPaintingInfo& paintingInfo, PaintLayerFlags paintFlags, |
LayoutRect& rootRelativeBounds, bool& rootRelativeBoundsComputed) |
: m_filterInProgress(false) |
, m_context(context) |