| Index: ui/compositor/layer_animator.cc
|
| diff --git a/ui/compositor/layer_animator.cc b/ui/compositor/layer_animator.cc
|
| index dabc4122e4681e5f4053943229e691728aef5bd0..edd47487a9b4bf7218f005bfeed390391a3af7ae 100644
|
| --- a/ui/compositor/layer_animator.cc
|
| +++ b/ui/compositor/layer_animator.cc
|
| @@ -218,10 +218,6 @@ void LayerAnimator::RemoveThreadedAnimation(int animation_id) {
|
| animation_player_->RemoveAnimation(animation_id);
|
| }
|
|
|
| -bool LayerAnimator::HasPendingThreadedAnimationsForTesting() const {
|
| - return animation_player_->has_any_animation();
|
| -}
|
| -
|
| cc::AnimationPlayer* LayerAnimator::GetAnimationPlayerForTesting() const {
|
| return animation_player_.get();
|
| }
|
|
|