Index: Source/core/layout/svg/LayoutSVGContainer.h |
diff --git a/Source/core/layout/svg/LayoutSVGContainer.h b/Source/core/layout/svg/LayoutSVGContainer.h |
index b30a7cc246eb4cb9e40ffc110f382224bbbdf7da..5fb7d153d956b2937110e0b3e08d2899f65d619c 100644 |
--- a/Source/core/layout/svg/LayoutSVGContainer.h |
+++ b/Source/core/layout/svg/LayoutSVGContainer.h |
@@ -64,7 +64,7 @@ protected: |
void addChild(LayoutObject* child, LayoutObject* beforeChild = nullptr) final; |
void removeChild(LayoutObject*) final; |
- void addFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset) const final; |
+ void addOutlineRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset) const final; |
FloatRect strokeBoundingBox() const final { return m_strokeBoundingBox; } |