Index: Source/core/layout/svg/LayoutSVGModelObject.h |
diff --git a/Source/core/layout/svg/LayoutSVGModelObject.h b/Source/core/layout/svg/LayoutSVGModelObject.h |
index 91f49df1e0e28d1111e938c8b07615f7ae2535c5..674251e6660b2246ee3d7817f913cc3f7e1411eb 100644 |
--- a/Source/core/layout/svg/LayoutSVGModelObject.h |
+++ b/Source/core/layout/svg/LayoutSVGModelObject.h |
@@ -74,7 +74,7 @@ private: |
// This method should never be called, SVG uses a different nodeAtPoint method |
bool nodeAtPoint(HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) final; |
- IntRect absoluteFocusRingBoundingBoxRect() const final; |
+ IntRect absoluteOutlineBoundingBoxRect() const final; |
void invalidateTreeIfNeeded(PaintInvalidationState&) final; |