| Index: Source/core/rendering/svg/RenderSVGForeignObject.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGForeignObject.h b/Source/core/rendering/svg/RenderSVGForeignObject.h
|
| index de1ab40404ebbbf33b605b6338ad5b0889b1ac1f..1a6934bc45d2c1adaa8b594acb7c00bf2e293224 100644
|
| --- a/Source/core/rendering/svg/RenderSVGForeignObject.h
|
| +++ b/Source/core/rendering/svg/RenderSVGForeignObject.h
|
| @@ -44,7 +44,6 @@ public:
|
| virtual FloatRect strokeBoundingBox() const override { return FloatRect(FloatPoint(), m_viewport.size()); }
|
| virtual FloatRect paintInvalidationRectInLocalCoordinates() const override { return FloatRect(FloatPoint(), m_viewport.size()); }
|
|
|
| - virtual void mapRectToPaintInvalidationBacking(const RenderLayerModelObject* paintInvalidationContainer, LayoutRect&, const PaintInvalidationState*) const override;
|
| virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction) override;
|
| virtual bool isOfType(RenderObjectType type) const override { return type == RenderObjectSVGForeignObject || RenderSVGBlock::isOfType(type); }
|
|
|
|
|