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

Unified Diff: sky/engine/core/animation/AnimationTimeline.h

Issue 772673002: Fix Animations, Remove Compostior Animations. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: cleanup Created 6 years 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: sky/engine/core/animation/AnimationTimeline.h
diff --git a/sky/engine/core/animation/AnimationTimeline.h b/sky/engine/core/animation/AnimationTimeline.h
index d991a52c94e47eb5ef303bac07d37b408ef21d51..9c2eeae2a252ce2726038cca42b25c66e0a99ef6 100644
--- a/sky/engine/core/animation/AnimationTimeline.h
+++ b/sky/engine/core/animation/AnimationTimeline.h
@@ -85,7 +85,6 @@ public:
double currentTimeInternal(bool& isNull);
double currentTimeInternal();
double effectiveTime();
- void pauseAnimationsForTesting(double);
void setOutdatedAnimationPlayer(AnimationPlayer*);
bool hasOutdatedAnimationPlayer() const;

Powered by Google App Engine
This is Rietveld 408576698