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

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

Issue 28263002: Plumb timeToNextEffect through players and animation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Moved location of timeToEffectChange calculation Created 7 years, 2 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/InertAnimation.h
diff --git a/Source/core/animation/InertAnimation.h b/Source/core/animation/InertAnimation.h
index 6cc2377d8239e6c37d7f4b856ba79f8d08184f8d..5b181ae4e6c150b39e52ac7f3498fdb8b8feabea 100644
--- a/Source/core/animation/InertAnimation.h
+++ b/Source/core/animation/InertAnimation.h
@@ -47,6 +47,7 @@ public:
protected:
virtual void updateChildrenAndEffects(bool) const OVERRIDE { };
virtual void willDetach() OVERRIDE { };
+ virtual double calculateTimeToEffectChange(double inheritedTime, double activeTime, Phase) const OVERRIDE FINAL;
private:
InertAnimation(PassRefPtr<AnimationEffect>, const Timing&);

Powered by Google App Engine
This is Rietveld 408576698