Index: Source/core/svg/SVGComponentTransferFunctionElement.h |
diff --git a/Source/core/svg/SVGComponentTransferFunctionElement.h b/Source/core/svg/SVGComponentTransferFunctionElement.h |
index bc3ae703e14bcb2c95de80cb4129306e1d25c613..8a6bbd959845978bc93d53e5ae1963b41fbe6b71 100644 |
--- a/Source/core/svg/SVGComponentTransferFunctionElement.h |
+++ b/Source/core/svg/SVGComponentTransferFunctionElement.h |
@@ -80,7 +80,7 @@ protected: |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
virtual void svgAttributeChanged(const QualifiedName&); |
- virtual bool rendererIsNeeded(const NodeRenderingContext&) OVERRIDE { return false; } |
+ virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; } |
private: |
BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGComponentTransferFunctionElement) |