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

Unified Diff: Source/core/animation/AnimatableLengthPoint.h

Issue 129133002: Update animation classes to use OVERRIDE / FINAL when needed (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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 | « Source/core/animation/AnimatableLengthBoxAndBool.h ('k') | Source/core/animation/AnimatableLengthSize.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/AnimatableLengthPoint.h
diff --git a/Source/core/animation/AnimatableLengthPoint.h b/Source/core/animation/AnimatableLengthPoint.h
index 60b3e03f1527ae788621db4fa57d905c072ff847..5728046189baef693272f3ab012caeb352761b98 100644
--- a/Source/core/animation/AnimatableLengthPoint.h
+++ b/Source/core/animation/AnimatableLengthPoint.h
@@ -35,7 +35,7 @@
namespace WebCore {
-class AnimatableLengthPoint : public AnimatableValue {
+class AnimatableLengthPoint FINAL : public AnimatableValue {
public:
virtual ~AnimatableLengthPoint() { }
static PassRefPtr<AnimatableLengthPoint> create(PassRefPtr<AnimatableValue> x, PassRefPtr<AnimatableValue> y)
« no previous file with comments | « Source/core/animation/AnimatableLengthBoxAndBool.h ('k') | Source/core/animation/AnimatableLengthSize.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698