Index: cc/trees/layer_tree_host_unittest_animation.cc |
diff --git a/cc/trees/layer_tree_host_unittest_animation.cc b/cc/trees/layer_tree_host_unittest_animation.cc |
index be043d17c332aa2f8749d21b2def5d52c936001c..b721eec1a18be5aac9ab75b6a920108d6582582c 100644 |
--- a/cc/trees/layer_tree_host_unittest_animation.cc |
+++ b/cc/trees/layer_tree_host_unittest_animation.cc |
@@ -1163,7 +1163,7 @@ class LayerTreeHostAnimationTestAddAnimationAfterAnimating |
// start times. |
if (host_impl->active_tree()->source_frame_number() < 2) |
return; |
- AnimationHost::LayerToElementAnimationsMap element_animations_copy = |
+ AnimationHost::ElementToAnimationsMap element_animations_copy = |
host_impl->animation_host()->active_element_animations_for_testing(); |
EXPECT_EQ(2u, element_animations_copy.size()); |
for (auto& it : element_animations_copy) { |