| 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(
|
|
|