Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: ui/compositor/layer_animator.h

Issue 2335043002: CC Animation: Move animations_ from ElementAnimations to AnimationPlayer. (Closed)
Patch Set: Clean it up harder. Rework UpdateClientAnimationState. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698