| Index: Source/core/svg/SVGStopElement.h
|
| diff --git a/Source/core/svg/SVGStopElement.h b/Source/core/svg/SVGStopElement.h
|
| index 6b941f2e5035f0d905c0b2eadbbb51c8a5bd08f7..77f88628e038fc8f02588b66682a889783dcce03 100644
|
| --- a/Source/core/svg/SVGStopElement.h
|
| +++ b/Source/core/svg/SVGStopElement.h
|
| @@ -38,11 +38,11 @@ private:
|
|
|
| bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| - virtual void svgAttributeChanged(const QualifiedName&);
|
| + virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
|
|
|
| virtual bool isGradientStop() const OVERRIDE { return true; }
|
|
|
| - virtual RenderObject* createRenderer(RenderStyle*);
|
| + virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
|
| virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
|
|
|
| BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGStopElement)
|
|
|