| Index: third_party/WebKit/Source/core/paint/FilterPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/FilterPainter.h b/third_party/WebKit/Source/core/paint/FilterPainter.h
|
| index 966827a8c6e677f6befb973ad75ac0c8e5492bc7..e8c05202a4cb71cc444a03bf68abec55e7de1254 100644
|
| --- a/third_party/WebKit/Source/core/paint/FilterPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/FilterPainter.h
|
| @@ -19,7 +19,7 @@ class LayerClipRecorder;
|
| class FilterPainter {
|
| STACK_ALLOCATED();
|
| public:
|
| - FilterPainter(PaintLayer&, GraphicsContext&, const LayoutPoint& offsetFromRoot, const ClipRect&, PaintLayerPaintingInfo&, PaintLayerFlags paintFlags, LayoutRect& rootRelativeBounds, bool& rootRelativeBoundsComputed);
|
| + FilterPainter(PaintLayer&, GraphicsContext&, const LayoutPoint& offsetFromRoot, const ClipRect&, PaintLayerPaintingInfo&, PaintLayerFlags paintFlags);
|
| ~FilterPainter();
|
|
|
| private:
|
|
|