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

Unified Diff: Source/core/svg/SVGAnimatedLength.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/SVGAnimatedIntegerOptionalInteger.h ('k') | Source/core/svg/SVGAnimatedNumber.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGAnimatedLength.h
diff --git a/Source/core/svg/SVGAnimatedLength.h b/Source/core/svg/SVGAnimatedLength.h
index c9da5ad14f5d4ce8bfc8ed90facd0e4895f4c704..54f8c2bc8d948b85b31f1cfb4ada772d8150e320 100644
--- a/Source/core/svg/SVGAnimatedLength.h
+++ b/Source/core/svg/SVGAnimatedLength.h
@@ -44,7 +44,7 @@ public:
}
void setDefaultValueAsString(const String&);
- void setBaseValueAsString(const String&, SVGParsingError&) OVERRIDE;
+ void setBaseValueAsString(const String&, SVGParsingError&) override;
protected:
SVGAnimatedLength(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGLength> initialValue, SVGLengthNegativeValuesMode negativeValuesMode)
« no previous file with comments | « Source/core/svg/SVGAnimatedIntegerOptionalInteger.h ('k') | Source/core/svg/SVGAnimatedNumber.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698