Index: Source/core/svg/SVGGraphicsElement.h |
diff --git a/Source/core/svg/SVGGraphicsElement.h b/Source/core/svg/SVGGraphicsElement.h |
index 17451acc98dcfc059fefa82b6632d6713d001f59..b407523a312bee43327b27b21801f6da331c98cb 100644 |
--- a/Source/core/svg/SVGGraphicsElement.h |
+++ b/Source/core/svg/SVGGraphicsElement.h |
@@ -60,9 +60,6 @@ public: |
virtual FloatRect getBBox(); |
PassRefPtrWillBeRawPtr<SVGRectTearOff> getBBoxFromJavascript(); |
- // FIXME: This should only be defined on SVGGeometryElement. |
- virtual void toClipPath(Path&) { } |
- |
virtual bool isValid() const override final { return SVGTests::isValid(document()); } |
SVGAnimatedTransformList* transform() { return m_transform.get(); } |