| Index: cc/animation/animation_host_perftest.cc
|
| diff --git a/cc/animation/animation_host_perftest.cc b/cc/animation/animation_host_perftest.cc
|
| index 5003533d9bb06db0e2bca7b3be9d9250af110f29..71906d7b82e2b16cf1dde6bb20ffd382083a1990 100644
|
| --- a/cc/animation/animation_host_perftest.cc
|
| +++ b/cc/animation/animation_host_perftest.cc
|
| @@ -68,7 +68,7 @@ class AnimationHostPerfTest : public testing::Test {
|
| last_player_id = AnimationIdProvider::NextPlayerId();
|
|
|
| timeline->AttachPlayer(player);
|
| - player->AttachElement(layer->id());
|
| + player->AttachElement2(layer->id());
|
| EXPECT_TRUE(player->element_animations());
|
| }
|
|
|
|
|