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

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

Issue 251183006: Web Animations: Timeline should not advance during task execution (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use task start time Created 6 years, 8 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/DocumentAnimations.cpp
diff --git a/Source/core/animation/DocumentAnimations.cpp b/Source/core/animation/DocumentAnimations.cpp
index 9ea1c6bb86bc13dd211a379c9a41dc30fa6654c7..564afda25a715865d029d8485ed5bd6da0027332 100644
--- a/Source/core/animation/DocumentAnimations.cpp
+++ b/Source/core/animation/DocumentAnimations.cpp
@@ -92,8 +92,6 @@ void DocumentAnimations::startPendingAnimations(Document& document)
ASSERT(document.view());
document.view()->scheduleAnimation();
}
-
- document.animationClock().unfreeze();
}
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698