Index: Source/core/layout/svg/LayoutSVGImage.cpp |
diff --git a/Source/core/layout/svg/LayoutSVGImage.cpp b/Source/core/layout/svg/LayoutSVGImage.cpp |
index 45191923043b2b44534732eb47bc30a93bbaef6d..fa9f53252507c6cb38239c75bbb9dc87da3ae475 100644 |
--- a/Source/core/layout/svg/LayoutSVGImage.cpp |
+++ b/Source/core/layout/svg/LayoutSVGImage.cpp |
@@ -194,7 +194,7 @@ void LayoutSVGImage::imageChanged(WrappedImagePtr, const IntRect*) |
setShouldDoFullPaintInvalidation(); |
} |
-void LayoutSVGImage::addFocusRingRects(Vector<LayoutRect>& rects, const LayoutPoint&) const |
+void LayoutSVGImage::addOutlineRects(Vector<LayoutRect>& rects, const LayoutPoint&) const |
{ |
// this is called from paint() after the localTransform has already been applied |
LayoutRect contentRect = LayoutRect(paintInvalidationRectInLocalCoordinates()); |