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