| Index: Source/core/svg/graphics/filters/SVGFilter.h
|
| diff --git a/Source/core/svg/graphics/filters/SVGFilter.h b/Source/core/svg/graphics/filters/SVGFilter.h
|
| index 27cc3de4a62a1407f79619896585519ea20b7459..cc12968a73938fa54ae0eece52dcc4c6f59e1387 100644
|
| --- a/Source/core/svg/graphics/filters/SVGFilter.h
|
| +++ b/Source/core/svg/graphics/filters/SVGFilter.h
|
| @@ -41,13 +41,11 @@ public:
|
| FloatPoint3D resolve3dPoint(const FloatPoint3D&) const override;
|
|
|
| IntRect sourceImageRect() const override { return m_absoluteSourceDrawingRegion; }
|
| - FloatRect targetBoundingBox() const { return m_targetBoundingBox; }
|
|
|
| private:
|
| SVGFilter(const IntRect& absoluteSourceDrawingRegion, const FloatRect& targetBoundingBox, const FloatRect& filterRegion, bool effectBBoxMode);
|
|
|
| IntRect m_absoluteSourceDrawingRegion;
|
| - FloatRect m_targetBoundingBox;
|
| bool m_effectBBoxMode;
|
| };
|
|
|
|
|