summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGFETileElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGFETileElement.cpp')
-rw-r--r--WebCore/svg/SVGFETileElement.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/WebCore/svg/SVGFETileElement.cpp b/WebCore/svg/SVGFETileElement.cpp
index 9664490..590b6b8 100644
--- a/WebCore/svg/SVGFETileElement.cpp
+++ b/WebCore/svg/SVGFETileElement.cpp
@@ -47,6 +47,14 @@ void SVGFETileElement::parseMappedAttribute(Attribute* attr)
SVGFilterPrimitiveStandardAttributes::parseMappedAttribute(attr);
}
+void SVGFETileElement::svgAttributeChanged(const QualifiedName& attrName)
+{
+ SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
+
+ if (attrName == SVGNames::inAttr)
+ invalidate();
+}
+
void SVGFETileElement::synchronizeProperty(const QualifiedName& attrName)
{
SVGFilterPrimitiveStandardAttributes::synchronizeProperty(attrName);