Index: Source/core/svg/SVGMPathElement.h |
diff --git a/Source/core/svg/SVGMPathElement.h b/Source/core/svg/SVGMPathElement.h |
index 813c7c11270e4afa4d807ffe76bdc4c243f0223d..c8af628fddcf341b58ef27e88bfc9f1203be6387 100644 |
--- a/Source/core/svg/SVGMPathElement.h |
+++ b/Source/core/svg/SVGMPathElement.h |
@@ -54,6 +54,7 @@ private: |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE; |
+ virtual bool rendererIsNeeded(const NodeRenderingContext&) OVERRIDE { return false; } |
void notifyParentOfPathChange(ContainerNode*); |
BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGMPathElement) |