Index: Source/core/rendering/svg/RenderSVGContainer.cpp |
diff --git a/Source/core/rendering/svg/RenderSVGContainer.cpp b/Source/core/rendering/svg/RenderSVGContainer.cpp |
index caec9d2d35b9251f6dddc5472f1a89c03bedda99..d0ae59479d30264788aca0e1ad00f9ea09b848a6 100644 |
--- a/Source/core/rendering/svg/RenderSVGContainer.cpp |
+++ b/Source/core/rendering/svg/RenderSVGContainer.cpp |
@@ -104,7 +104,7 @@ void RenderSVGContainer::paint(PaintInfo& paintInfo, const LayoutPoint&) |
} |
// addFocusRingRects is called from paintOutline and needs to be in the same coordinates as the paintOuline call |
-void RenderSVGContainer::addFocusRingRects(Vector<LayoutRect>& rects, const LayoutPoint&, const RenderLayerModelObject*) const |
+void RenderSVGContainer::addFocusRingRects(Vector<LayoutRect>& rects, const LayoutPoint&) const |
{ |
LayoutRect paintRectInParent = LayoutRect(localToParentTransform().mapRect(paintInvalidationRectInLocalCoordinates())); |
if (!paintRectInParent.isEmpty()) |