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

Unified Diff: Source/core/layout/compositing/LayerCompositor.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.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/compositing/LayerCompositor.cpp
diff --git a/Source/core/layout/compositing/LayerCompositor.cpp b/Source/core/layout/compositing/LayerCompositor.cpp
index 6cc3f01029456ff30d4320136311773a11e69e1b..db9ad82a2ee82c9b282c55217b7a747a89e38783 100644
--- a/Source/core/layout/compositing/LayerCompositor.cpp
+++ b/Source/core/layout/compositing/LayerCompositor.cpp
@@ -207,7 +207,7 @@ void LayerCompositor::updateIfNeededRecursive()
updateIfNeeded();
lifecycle().advanceTo(DocumentLifecycle::CompositingClean);
- DocumentAnimations::startPendingAnimations(m_layoutView.document());
+ DocumentAnimations::updateCompositorAnimations(m_layoutView.document());
m_layoutView.frameView()->updateCompositorScrollAnimations();
if (const FrameView::ScrollableAreaSet* animatingScrollableAreas = m_layoutView.frameView()->animatingScrollableAreas()) {
« no previous file with comments | « Source/core/animation/DocumentAnimations.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698