summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGClipPathElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGClipPathElement.h')
-rw-r--r--WebCore/svg/SVGClipPathElement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/svg/SVGClipPathElement.h b/WebCore/svg/SVGClipPathElement.h
index eb74f72..11b07fb 100644
--- a/WebCore/svg/SVGClipPathElement.h
+++ b/WebCore/svg/SVGClipPathElement.h
@@ -39,6 +39,7 @@ public:
virtual ~SVGClipPathElement();
virtual bool isValid() const { return SVGTests::isValid(); }
+ virtual bool needsPendingResourceHandling() const { return false; }
virtual void parseMappedAttribute(Attribute*);
virtual void svgAttributeChanged(const QualifiedName&);