summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h')
-rw-r--r--Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h b/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h
index 526592a..795bc11 100644
--- a/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h
+++ b/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h
@@ -70,6 +70,7 @@ private:
virtual bool isFilterEffect() const { return true; }
virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
+ virtual bool rendererIsNeeded(RenderStyle*);
// Animated property declarations
DECLARE_ANIMATED_LENGTH(X, x)