| Index: Source/core/paint/FilterPainter.h
|
| diff --git a/Source/core/paint/FilterPainter.h b/Source/core/paint/FilterPainter.h
|
| index 7801180ab592bf24396533ae14c556cc7f89a103..7bcb140f44ca335eaa9d062410a5ad7091de2ac6 100644
|
| --- a/Source/core/paint/FilterPainter.h
|
| +++ b/Source/core/paint/FilterPainter.h
|
| @@ -18,7 +18,7 @@ class RenderLayer;
|
|
|
| class FilterPainter {
|
| public:
|
| - FilterPainter(RenderLayer&, GraphicsContext*, const FloatRect& filterBoxRect, const ClipRect&, const LayerPaintingInfo&, PaintLayerFlags paintFlags);
|
| + FilterPainter(RenderLayer&, GraphicsContext*, const LayoutPoint& offsetFromRoot, const ClipRect&, LayerPaintingInfo&, PaintLayerFlags paintFlags, LayoutRect& rootRelativeBounds, bool& rootRelativeBoundsComputed);
|
| ~FilterPainter();
|
|
|
| private:
|
|
|