summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGFEFloodElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGFEFloodElement.h')
-rw-r--r--WebCore/svg/SVGFEFloodElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGFEFloodElement.h b/WebCore/svg/SVGFEFloodElement.h
index 10a418f..1485ddd 100644
--- a/WebCore/svg/SVGFEFloodElement.h
+++ b/WebCore/svg/SVGFEFloodElement.h
@@ -34,7 +34,7 @@ public:
private:
SVGFEFloodElement(const QualifiedName&, Document*);
- virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*);
+ virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*);
};
} // namespace WebCore