diff --git a/layout/svg/base/src/nsSVGImageFrame.cpp b/layout/svg/base/src/nsSVGImageFrame.cpp index 70b7f95828e..a3082519974 100644 --- a/layout/svg/base/src/nsSVGImageFrame.cpp +++ b/layout/svg/base/src/nsSVGImageFrame.cpp @@ -88,11 +88,6 @@ public: NS_IMETHOD PaintSVG(nsSVGRenderState *aContext, nsRect *aDirtyRect); NS_IMETHOD GetFrameForPointSVG(float x, float y, nsIFrame** hit); - // nsSVGGeometryFrame overload: - // Lie about our fill/stroke so hit detection works - virtual nsresult GetStrokePaintType() { return eStyleSVGPaintType_None; } - virtual nsresult GetFillPaintType() { return eStyleSVGPaintType_Color; } - // nsSVGPathGeometryFrame methods: virtual PRUint16 GetHittestMask();