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

Unified Diff: Source/core/svg/SVGAnimatedPath.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/SVGAnimatedPath.h
diff --git a/Source/core/svg/SVGAnimatedPath.h b/Source/core/svg/SVGAnimatedPath.h
index 2a2cc797b5399ed30505dfbc3892ef04244f9f0b..91e7a01e83cec0f41c4b5f4af8c1f66e6f071e78 100644
--- a/Source/core/svg/SVGAnimatedPath.h
+++ b/Source/core/svg/SVGAnimatedPath.h
@@ -40,7 +40,7 @@ class SVGPathElement;
class SVGAnimatedPath : public SVGAnimatedProperty<SVGPathSegList> {
public:
- virtual ~SVGAnimatedPath();
+ ~SVGAnimatedPath() override;
static PassRefPtrWillBeRawPtr<SVGAnimatedPath> create(SVGPathElement* contextElement, const QualifiedName& attributeName)
{

Powered by Google App Engine
This is Rietveld 408576698