Index: Source/core/layout/svg/LayoutSVGShape.h |
diff --git a/Source/core/layout/svg/LayoutSVGShape.h b/Source/core/layout/svg/LayoutSVGShape.h |
index e4e8685b1173a11e6ee40a238cf6407b017afe19..9bf307592d321001492043fff1250852370ef588 100644 |
--- a/Source/core/layout/svg/LayoutSVGShape.h |
+++ b/Source/core/layout/svg/LayoutSVGShape.h |
@@ -109,7 +109,7 @@ private: |
bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectSVGShape || LayoutSVGModelObject::isOfType(type); } |
void layout() final; |
void paint(const PaintInfo&, const LayoutPoint&) final; |
- void addFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset) const final; |
+ void addOutlineRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset) const final; |
bool nodeAtFloatPoint(HitTestResult&, const FloatPoint& pointInParent, HitTestAction) final; |