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