summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGFEComponentTransferElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGFEComponentTransferElement.h')
-rw-r--r--WebCore/svg/SVGFEComponentTransferElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGFEComponentTransferElement.h b/WebCore/svg/SVGFEComponentTransferElement.h
index fe0e562..e0ad03a 100644
--- a/WebCore/svg/SVGFEComponentTransferElement.h
+++ b/WebCore/svg/SVGFEComponentTransferElement.h
@@ -36,7 +36,7 @@ private:
virtual void parseMappedAttribute(Attribute*);
virtual void synchronizeProperty(const QualifiedName&);
- virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*);
+ virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*);
DECLARE_ANIMATED_STATIC_PROPERTY_NEW(SVGFEComponentTransferElement, SVGNames::inAttr, String, In1, in1)
};