Index: Source/core/svg/SVGEllipseElement.h |
diff --git a/Source/core/svg/SVGEllipseElement.h b/Source/core/svg/SVGEllipseElement.h |
index d153d422eccf9feb07d2d97e53fced56726933c4..c412923138aa9372cc833ed8af95ae16ed339249 100644 |
--- a/Source/core/svg/SVGEllipseElement.h |
+++ b/Source/core/svg/SVGEllipseElement.h |
@@ -40,14 +40,14 @@ public: |
private: |
explicit SVGEllipseElement(Document&); |
- virtual bool isValid() const { return SVGTests::isValid(); } |
+ virtual bool isValid() const OVERRIDE { return SVGTests::isValid(); } |
virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); } |
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 selfHasRelativeLengths() const; |
+ virtual bool selfHasRelativeLengths() const OVERRIDE; |
virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE; |