| Index: cc/animation/animation_player.h
|
| diff --git a/cc/animation/animation_player.h b/cc/animation/animation_player.h
|
| index 277090b40afd73c613057e807e8e74252306c3bb..eb3e23553abb09aae86d16322566b14562f9bdc9 100644
|
| --- a/cc/animation/animation_player.h
|
| +++ b/cc/animation/animation_player.h
|
| @@ -22,7 +22,7 @@ class AnimationDelegate;
|
| class AnimationHost;
|
| class AnimationTimeline;
|
| class ElementAnimations;
|
| -enum class LayerTreeType;
|
| +enum class ElementListType;
|
|
|
| // An AnimationPlayer owns all animations to be run on particular CC Layer.
|
| // Multiple AnimationPlayers can be attached to one layer. In this case,
|
|
|