Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1303)

Unified Diff: Source/core/svg/SVGAnimatedIntegerOptionalInteger.h

Issue 631153003: Replace FINAL and OVERRIDE with their C++11 counterparts in Source/core/svg (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/svg/SVGAnimatedInteger.h ('k') | Source/core/svg/SVGAnimatedLength.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGAnimatedIntegerOptionalInteger.h
diff --git a/Source/core/svg/SVGAnimatedIntegerOptionalInteger.h b/Source/core/svg/SVGAnimatedIntegerOptionalInteger.h
index f27be9c8aafcde34b06d809833bd0e23a1509585..e086a81483d30a8d2627c7a88881a0052b5a5502 100644
--- a/Source/core/svg/SVGAnimatedIntegerOptionalInteger.h
+++ b/Source/core/svg/SVGAnimatedIntegerOptionalInteger.h
@@ -48,9 +48,9 @@ public:
return adoptRef(new SVGAnimatedIntegerOptionalInteger(contextElement, attributeName, initialFirstValue, initialSecondValue));
}
- virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase>) OVERRIDE;
- virtual bool needsSynchronizeAttribute() OVERRIDE;
- virtual void animationEnded() OVERRIDE;
+ virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase>) override;
+ virtual bool needsSynchronizeAttribute() override;
+ virtual void animationEnded() override;
SVGAnimatedInteger* firstInteger() { return m_firstInteger.get(); }
SVGAnimatedInteger* secondInteger() { return m_secondInteger.get(); }
« no previous file with comments | « Source/core/svg/SVGAnimatedInteger.h ('k') | Source/core/svg/SVGAnimatedLength.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698