Index: Source/core/svg/SVGElement.cpp |
diff --git a/Source/core/svg/SVGElement.cpp b/Source/core/svg/SVGElement.cpp |
index 5252642d7f78b910ab0b584e837a7eb6dc637b75..1ffe8501a778d885dd9b7ad3b48ee9d035c65441 100644 |
--- a/Source/core/svg/SVGElement.cpp |
+++ b/Source/core/svg/SVGElement.cpp |
@@ -501,15 +501,6 @@ const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement>>& SVGElement::instanc |
return svgRareData()->elementInstances(); |
} |
-bool SVGElement::getBoundingBox(FloatRect& rect) |
-{ |
- if (!isSVGGraphicsElement()) |
- return false; |
- |
- rect = toSVGGraphicsElement(this)->getBBox(); |
- return true; |
-} |
- |
void SVGElement::setCursorElement(SVGCursorElement* cursorElement) |
{ |
SVGElementRareData* rareData = ensureSVGRareData(); |