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

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

Issue 962793008: Rename startPendingAnimations to updateCompositorAnimations (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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 | « Source/core/animation/DocumentAnimations.h ('k') | Source/core/layout/compositing/LayerCompositor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/DocumentAnimations.cpp
diff --git a/Source/core/animation/DocumentAnimations.cpp b/Source/core/animation/DocumentAnimations.cpp
index dcf1be7b4913a73b2e3d403cea4a943b52c8f6da..02fa51dd9fef53be95d2f04f8085f367ffff49fa 100644
--- a/Source/core/animation/DocumentAnimations.cpp
+++ b/Source/core/animation/DocumentAnimations.cpp
@@ -84,8 +84,7 @@ bool DocumentAnimations::needsOutdatedAnimationPlayerUpdate(const Document& docu
return document.timeline().hasOutdatedAnimationPlayer();
}
-// FIXME: Rename to updateCompositorAnimations
-void DocumentAnimations::startPendingAnimations(Document& document)
+void DocumentAnimations::updateCompositorAnimations(Document& document)
{
ASSERT(document.lifecycle().state() == DocumentLifecycle::CompositingClean);
if (document.compositorPendingAnimations().update()) {
« no previous file with comments | « Source/core/animation/DocumentAnimations.h ('k') | Source/core/layout/compositing/LayerCompositor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698