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

Unified Diff: Source/core/svg/SVGAnimatedEnumerationBase.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/SVGAnimatedEnumerationBase.h
diff --git a/Source/core/svg/SVGAnimatedEnumerationBase.h b/Source/core/svg/SVGAnimatedEnumerationBase.h
index de9cb56602234d43e542b52f560df6bbc72b319f..8e5b7be8b138e5886dd4e8bdde90999fc6065d7c 100644
--- a/Source/core/svg/SVGAnimatedEnumerationBase.h
+++ b/Source/core/svg/SVGAnimatedEnumerationBase.h
@@ -39,7 +39,7 @@ namespace blink {
class SVGAnimatedEnumerationBase : public SVGAnimatedProperty<SVGEnumerationBase> {
DEFINE_WRAPPERTYPEINFO();
public:
- virtual ~SVGAnimatedEnumerationBase();
+ ~SVGAnimatedEnumerationBase() override;
void setBaseVal(unsigned short, ExceptionState&);

Powered by Google App Engine
This is Rietveld 408576698