Index: Source/core/rendering/svg/RenderSVGImage.cpp |
diff --git a/Source/core/rendering/svg/RenderSVGImage.cpp b/Source/core/rendering/svg/RenderSVGImage.cpp |
index 0dd6aa8942b9af18c799e3ea5363c1d2ed64cc8c..ae449e9f31adb49c3d439ec10bbeaa3b8f69d027 100644 |
--- a/Source/core/rendering/svg/RenderSVGImage.cpp |
+++ b/Source/core/rendering/svg/RenderSVGImage.cpp |
@@ -196,7 +196,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()); |