Index: Source/core/svg/SVGFilterPrimitiveStandardAttributes.h |
diff --git a/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h b/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h |
index 6bc5eca9ccd4914475258dfaa07227fcb52c4c0d..12d0a910b8c19f87545ae4420159150828bb1748 100644 |
--- a/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h |
+++ b/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h |
@@ -69,7 +69,7 @@ private: |
virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE FINAL; |
virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE FINAL; |
- virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE FINAL { return false; } |
+ virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE FINAL { return true; } |
RefPtr<SVGAnimatedLength> m_x; |
RefPtr<SVGAnimatedLength> m_y; |