Index: ui/compositor/layer_animator.h |
diff --git a/ui/compositor/layer_animator.h b/ui/compositor/layer_animator.h |
index e07de31f9206f4863a7165f10d4a2ad3be7a7dda..74995eeff0b193c92459e46b4c8af12b965273e9 100644 |
--- a/ui/compositor/layer_animator.h |
+++ b/ui/compositor/layer_animator.h |
@@ -121,8 +121,6 @@ class COMPOSITOR_EXPORT LayerAnimator |
// Detach AnimationPlayer from Layer and AnimationTimeline |
void ResetCompositor(Compositor* compositor); |
- // Whether this animator has animations waiting to get sent to cc::LAC. |
- bool HasPendingThreadedAnimationsForTesting() const; |
cc::AnimationPlayer* GetAnimationPlayerForTesting() const; |
// Sets the animation preemption strategy. This determines the behaviour if |