Index: Source/core/svg/SVGAnimatedAngle.h |
diff --git a/Source/core/svg/SVGAnimatedAngle.h b/Source/core/svg/SVGAnimatedAngle.h |
index c1db9a9aa45b8fd919265ef2e310c49dfee39cff..68100e0d9fdb4525933489a1ae8392ddf631520f 100644 |
--- a/Source/core/svg/SVGAnimatedAngle.h |
+++ b/Source/core/svg/SVGAnimatedAngle.h |
@@ -38,7 +38,7 @@ namespace blink { |
class SVGMarkerElement; |
-class SVGAnimatedAngle FINAL : public SVGAnimatedProperty<SVGAngle> { |
+class SVGAnimatedAngle final : public SVGAnimatedProperty<SVGAngle> { |
public: |
static PassRefPtr<SVGAnimatedAngle> create(SVGMarkerElement* contextElement) |
{ |
@@ -51,10 +51,10 @@ public: |
// SVGAnimatedPropertyBase: |
- virtual void synchronizeAttribute() OVERRIDE; |
+ virtual void synchronizeAttribute() override; |
- virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase>) OVERRIDE; |
- virtual void animationEnded() OVERRIDE; |
+ virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase>) override; |
+ virtual void animationEnded() override; |
protected: |
SVGAnimatedAngle(SVGMarkerElement* contextElement); |