Index: Source/core/layout/svg/LayoutSVGImage.h |
diff --git a/Source/core/layout/svg/LayoutSVGImage.h b/Source/core/layout/svg/LayoutSVGImage.h |
index 26e1c25b90252b23cb72a83b6da5c7640aa61ba0..74267c9591b45485f887c34dc05a0632ae586f92 100644 |
--- a/Source/core/layout/svg/LayoutSVGImage.h |
+++ b/Source/core/layout/svg/LayoutSVGImage.h |
@@ -57,7 +57,7 @@ protected: |
private: |
FloatRect strokeBoundingBox() const override { return m_objectBoundingBox; } |
- void addFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset) const override; |
+ void addOutlineRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset) const override; |
void imageChanged(WrappedImagePtr, const IntRect* = nullptr) override; |