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