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

Unified Diff: Source/core/svg/SVGAnimatedInteger.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/SVGAnimatedInteger.h
diff --git a/Source/core/svg/SVGAnimatedInteger.h b/Source/core/svg/SVGAnimatedInteger.h
index e09d4fc4a9f47a3359ba7c327ca308f4baba6f40..12d276bbe8a8dc54405873d3d5d266b070378502 100644
--- a/Source/core/svg/SVGAnimatedInteger.h
+++ b/Source/core/svg/SVGAnimatedInteger.h
@@ -48,7 +48,7 @@ public:
return adoptRefWillBeNoop(new SVGAnimatedInteger(contextElement, attributeName, initialValue));
}
- virtual void synchronizeAttribute() override;
+ void synchronizeAttribute() override;
void setParentOptionalInteger(SVGAnimatedIntegerOptionalInteger* numberOptionalInteger)
{

Powered by Google App Engine
This is Rietveld 408576698