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

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

Issue 1212253012: Fix virtual/override/final usage in Source/core/svg/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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
Index: Source/core/svg/SVGAnimatedNumber.h
diff --git a/Source/core/svg/SVGAnimatedNumber.h b/Source/core/svg/SVGAnimatedNumber.h
index 32625d52f66d931e082c209474ff4c5920558eef..500de2ab7bfba9b0bff58b310a6005fd3544232a 100644
--- a/Source/core/svg/SVGAnimatedNumber.h
+++ b/Source/core/svg/SVGAnimatedNumber.h
@@ -48,7 +48,7 @@ public:
return adoptRefWillBeNoop(new SVGAnimatedNumber(contextElement, attributeName, initialValue));
}
- virtual void synchronizeAttribute() override;
+ void synchronizeAttribute() override;
void setParentOptionalNumber(SVGAnimatedNumberOptionalNumber* numberOptionalNumber)
{

Powered by Google App Engine
This is Rietveld 408576698