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

Unified Diff: Source/core/animation/AnimationTimeline.cpp

Issue 354123002: Web Animations: Don't eagerly assign start times for element.animate (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/AnimationTimeline.cpp
diff --git a/Source/core/animation/AnimationTimeline.cpp b/Source/core/animation/AnimationTimeline.cpp
index be23aa7e6369c12f049e7af1c3a1548e2a562420..9d69bff73fffc8031dc195e891d725a73919740e 100644
--- a/Source/core/animation/AnimationTimeline.cpp
+++ b/Source/core/animation/AnimationTimeline.cpp
@@ -83,7 +83,6 @@ AnimationPlayer* AnimationTimeline::play(AnimationNode* child)
if (!m_document)
return 0;
AnimationPlayer* player = createAnimationPlayer(child);
- player->setStartTimeInternal(effectiveTime());
m_document->compositorPendingAnimations().add(player);
return player;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698