Index: Source/core/svg/SVGSwitchElement.h |
diff --git a/Source/core/svg/SVGSwitchElement.h b/Source/core/svg/SVGSwitchElement.h |
index 29756e8921244931a7bdc80a74cd4d18a0dcdd32..b86dc9248acdc5c1c0d828bbd668b57d45371813 100644 |
--- a/Source/core/svg/SVGSwitchElement.h |
+++ b/Source/core/svg/SVGSwitchElement.h |
@@ -33,12 +33,12 @@ public: |
private: |
explicit SVGSwitchElement(Document&); |
- virtual bool isValid() const { return SVGTests::isValid(); } |
+ virtual bool isValid() const OVERRIDE { return SVGTests::isValid(); } |
virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); } |
- virtual bool childShouldCreateRenderer(const Node& child) const; |
+ virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE; |
- virtual RenderObject* createRenderer(RenderStyle*); |
+ virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE; |
BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGSwitchElement) |
END_DECLARE_ANIMATED_PROPERTIES |