Index: Source/core/svg/SVGStopElement.h |
diff --git a/Source/core/svg/SVGStopElement.h b/Source/core/svg/SVGStopElement.h |
index 30a0ee61ea556f10a16a66f90d90ffa0df9ebadf..c884dfc769cb4d9c64ab5d845261b4634b355dfd 100644 |
--- a/Source/core/svg/SVGStopElement.h |
+++ b/Source/core/svg/SVGStopElement.h |
@@ -42,8 +42,6 @@ private: |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE; |
- virtual bool isGradientStop() const OVERRIDE { return true; } |
- |
virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE; |
virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE; |