| Index: cc/animation/animation_player_unittest.cc
|
| diff --git a/cc/animation/animation_player_unittest.cc b/cc/animation/animation_player_unittest.cc
|
| index de5b2c1650804d27a31b7add37fedf0d21b6e39a..dbec1fe3bfd3634291e9fa00b58533f2be4d5547 100644
|
| --- a/cc/animation/animation_player_unittest.cc
|
| +++ b/cc/animation/animation_player_unittest.cc
|
| @@ -268,10 +268,8 @@ TEST_F(AnimationPlayerTest, AddRemoveAnimationToNonAttachedPlayer) {
|
|
|
| EXPECT_TRUE(player_->element_animations());
|
| EXPECT_FALSE(player_->element_animations()
|
| - ->layer_animation_controller()
|
| ->GetAnimationById(filter_id));
|
| EXPECT_TRUE(player_->element_animations()
|
| - ->layer_animation_controller()
|
| ->GetAnimationById(opacity_id));
|
|
|
| host_->PushPropertiesTo(host_impl_);
|
|
|