Index: Source/core/rendering/svg/RenderSVGContainer.h |
diff --git a/Source/core/rendering/svg/RenderSVGContainer.h b/Source/core/rendering/svg/RenderSVGContainer.h |
index 94239b5946505d16beb9f6edfbb8d5dd4c289d8f..2e87dab6992be92217ddc1a5ee7dffde1c556800 100644 |
--- a/Source/core/rendering/svg/RenderSVGContainer.h |
+++ b/Source/core/rendering/svg/RenderSVGContainer.h |
@@ -61,7 +61,7 @@ protected: |
virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0) override final; |
virtual void removeChild(RenderObject*) override final; |
- virtual void addFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer) const override final; |
+ virtual void addFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset) const override final; |
virtual FloatRect objectBoundingBox() const override final { return m_objectBoundingBox; } |
virtual FloatRect strokeBoundingBox() const override final { return m_strokeBoundingBox; } |