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

Unified Diff: cc/trees/layer_tree_host_impl.cc

Issue 1881373002: CC Animation: Erase AnimationRegistrar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@private
Patch Set: Created 4 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
« no previous file with comments | « cc/trees/layer_tree_host.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_impl.cc
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
index ae554fef8530c05f9ad4a5de504a04beb36dea69..c14a0fc642e69c24c24993a145bd5850fd3ff56e 100644
--- a/cc/trees/layer_tree_host_impl.cc
+++ b/cc/trees/layer_tree_host_impl.cc
@@ -282,7 +282,7 @@ LayerTreeHostImpl::~LayerTreeHostImpl() {
scroll_elasticity_helper_.reset();
// The layer trees must be destroyed before the layer tree host. We've
- // made a contract with our animation controllers that the registrar
+ // made a contract with our animation controllers that the animation_host
// will outlive them, and we must make good.
if (recycle_tree_)
recycle_tree_->Shutdown();
@@ -3457,7 +3457,7 @@ bool LayerTreeHostImpl::AnimateLayers(base::TimeTicks monotonic_time) {
// tree, or if they are on the pending tree waiting for some future time to
// start.
// TODO(crbug.com/551138): We currently have a single signal from the
- // animation host/registrar, so on the last frame of an animation we will
+ // animation_host, so on the last frame of an animation we will
// still request an extra SetNeedsAnimate here.
if (animated)
SetNeedsOneBeginImplFrame();
« no previous file with comments | « cc/trees/layer_tree_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698