Index: Source/core/rendering/svg/RenderSVGImage.cpp |
diff --git a/Source/core/rendering/svg/RenderSVGImage.cpp b/Source/core/rendering/svg/RenderSVGImage.cpp |
index 2f7849f6d695548ce67be709e40fc0cd3a1704e7..2946aa2718fdab31657ccc130ad1c01adbefc97b 100644 |
--- a/Source/core/rendering/svg/RenderSVGImage.cpp |
+++ b/Source/core/rendering/svg/RenderSVGImage.cpp |
@@ -181,7 +181,7 @@ void RenderSVGImage::imageChanged(WrappedImagePtr, const IntRect*) |
setShouldDoFullPaintInvalidation(); |
} |
-void RenderSVGImage::addFocusRingRects(Vector<LayoutRect>& rects, const LayoutPoint&, const RenderLayerModelObject*) const |
+void RenderSVGImage::addFocusRingRects(Vector<LayoutRect>& rects, const LayoutPoint&) const |
{ |
// this is called from paint() after the localTransform has already been applied |
LayoutRect contentRect = LayoutRect(paintInvalidationRectInLocalCoordinates()); |