| Index: Source/core/paint/FilterPainter.h
|
| diff --git a/Source/core/paint/FilterPainter.h b/Source/core/paint/FilterPainter.h
|
| index ca2a53190ccb60fd6663a32eae46a3274b079301..b0cde587af80b2e42fdf1261993ea22fad46bfd4 100644
|
| --- a/Source/core/paint/FilterPainter.h
|
| +++ b/Source/core/paint/FilterPainter.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef FilterPainter_h
|
| #define FilterPainter_h
|
|
|
| -#include "core/rendering/LayerPaintingInfo.h"
|
| +#include "core/layout/LayerPaintingInfo.h"
|
| #include "wtf/OwnPtr.h"
|
|
|
| namespace blink {
|
| @@ -13,11 +13,11 @@ namespace blink {
|
| class LayerClipRecorder;
|
| class ClipRect;
|
| class GraphicsContext;
|
| -class RenderLayer;
|
| +class Layer;
|
|
|
| class FilterPainter {
|
| public:
|
| - FilterPainter(RenderLayer&, GraphicsContext*, const LayoutPoint& offsetFromRoot, const ClipRect&, LayerPaintingInfo&, PaintLayerFlags paintFlags, LayoutRect& rootRelativeBounds, bool& rootRelativeBoundsComputed);
|
| + FilterPainter(Layer&, GraphicsContext*, const LayoutPoint& offsetFromRoot, const ClipRect&, LayerPaintingInfo&, PaintLayerFlags paintFlags, LayoutRect& rootRelativeBounds, bool& rootRelativeBoundsComputed);
|
| ~FilterPainter();
|
|
|
| private:
|
|
|