| Index: Source/core/rendering/svg/RenderSVGImage.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGImage.h b/Source/core/rendering/svg/RenderSVGImage.h
|
| index b3918217ae0831ccd55acbb5e305b09bf6a3a876..baab89d1e61334112a6ea427963582278e944e85 100644
|
| --- a/Source/core/rendering/svg/RenderSVGImage.h
|
| +++ b/Source/core/rendering/svg/RenderSVGImage.h
|
| @@ -56,7 +56,7 @@ private:
|
|
|
| virtual FloatRect strokeBoundingBox() const override { return m_objectBoundingBox; }
|
|
|
| - virtual void addFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer) const override;
|
| + virtual void addFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset) const override;
|
|
|
| virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) override;
|
|
|
|
|