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

Unified Diff: cc/animation/animation_player.h

Issue 2757453003: Purge impl-only animations awaiting deletion in AnimationPlayer::UpdateState. (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | cc/animation/animation_player.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/animation_player.h
diff --git a/cc/animation/animation_player.h b/cc/animation/animation_player.h
index 174c6bc85e17aa0a95433208a1afbe9515ca0c28..98475a602b315069d9f431ff03a7a19eaeda7c21 100644
--- a/cc/animation/animation_player.h
+++ b/cc/animation/animation_player.h
@@ -188,7 +188,7 @@ class CC_ANIMATION_EXPORT AnimationPlayer
void MarkAbortedAnimationsForDeletion(
AnimationPlayer* animation_player_impl) const;
- void PurgeAnimationsMarkedForDeletion();
+ void PurgeAnimationsMarkedForDeletion(bool impl_only);
void PushNewAnimationsToImplThread(
AnimationPlayer* animation_player_impl) const;
void RemoveAnimationsCompletedOnMainThread(
« no previous file with comments | « no previous file | cc/animation/animation_player.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698