Index: cc/test/layer_tree_test.cc |
diff --git a/cc/test/layer_tree_test.cc b/cc/test/layer_tree_test.cc |
index 9690362009b7cad80035b68c0e02b1e93a466d60..3c6ff57baeaebe5bf0f899ffd2557d842c06d77a 100644 |
--- a/cc/test/layer_tree_test.cc |
+++ b/cc/test/layer_tree_test.cc |
@@ -350,7 +350,7 @@ class LayerTreeHostImplForTesting : public LayerTreeHostImpl { |
LayerTreeHostImpl::UpdateAnimationState(start_ready_animations); |
bool has_unfinished_animation = false; |
for (const auto& it : |
- animation_registrar()->active_animation_controllers()) { |
+ animation_registrar()->active_animation_controllers_for_testing()) { |
if (it.second->HasActiveAnimation()) { |
has_unfinished_animation = true; |
break; |