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

Unified Diff: Source/core/events/AnimationEvent.h

Issue 1232333002: Fix virtual/override/final usage in the rest of Source/core/. (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
« no previous file with comments | « no previous file | Source/core/events/AnimationPlayerEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/AnimationEvent.h
diff --git a/Source/core/events/AnimationEvent.h b/Source/core/events/AnimationEvent.h
index 06258708aa3d0566b5c713192e781eddf23fa83f..f7a623012f11147f5b81c8c942380899d71790ba 100644
--- a/Source/core/events/AnimationEvent.h
+++ b/Source/core/events/AnimationEvent.h
@@ -47,12 +47,12 @@ public:
return adoptRefWillBeNoop(new AnimationEvent(type, initializer));
}
- virtual ~AnimationEvent();
+ ~AnimationEvent() override;
const String& animationName() const;
double elapsedTime() const;
- virtual const AtomicString& interfaceName() const override;
+ const AtomicString& interfaceName() const override;
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « no previous file | Source/core/events/AnimationPlayerEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698