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

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

Issue 1226293002: Fix virtual/override/final usage in Source/core/{animation,css,style}/. (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/animation/InertEffect.h
diff --git a/Source/core/animation/InertEffect.h b/Source/core/animation/InertEffect.h
index b81d8434bfcc50d7f93886d66cef95d2a4e1d61b..e80215abd8438891f5e48859ed33e1358c260e18 100644
--- a/Source/core/animation/InertEffect.h
+++ b/Source/core/animation/InertEffect.h
@@ -48,8 +48,8 @@ public:
DECLARE_VIRTUAL_TRACE();
protected:
- virtual void updateChildrenAndEffects() const override { }
- virtual double calculateTimeToEffectChange(bool forwards, double inheritedTime, double timeToNextIteration) const override;
+ void updateChildrenAndEffects() const override { }
+ double calculateTimeToEffectChange(bool forwards, double inheritedTime, double timeToNextIteration) const override;
private:
InertEffect(PassRefPtrWillBeRawPtr<EffectModel>, const Timing&, bool paused, double inheritedTime);
« no previous file with comments | « Source/core/animation/ImageStyleInterpolation.h ('k') | Source/core/animation/IntegerOptionalIntegerSVGInterpolation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698