Index: Source/core/svg/SVGFELightElement.h |
diff --git a/Source/core/svg/SVGFELightElement.h b/Source/core/svg/SVGFELightElement.h |
index 4473ed3e6467829b03cd2e8098bdf4eb26cbbd67..e8e898703ca8f0e1be955c756bd708dfa3680f7e 100644 |
--- a/Source/core/svg/SVGFELightElement.h |
+++ b/Source/core/svg/SVGFELightElement.h |
@@ -39,9 +39,9 @@ protected: |
private: |
bool isSupportedAttribute(const QualifiedName&); |
- virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
- virtual void svgAttributeChanged(const QualifiedName&); |
- virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0); |
+ virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE FINAL; |
+ virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE FINAL; |
+ virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE FINAL; |
virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; } |