| Index: third_party/WebKit/Source/core/animation/Animation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/Animation.h b/third_party/WebKit/Source/core/animation/Animation.h
|
| index 0559947b8bb34dc778450a3556bc34138d17351a..dceb4b4a94357c4b44c16f58f695cfb714a60473 100644
|
| --- a/third_party/WebKit/Source/core/animation/Animation.h
|
| +++ b/third_party/WebKit/Source/core/animation/Animation.h
|
| @@ -62,6 +62,7 @@ class CORE_EXPORT Animation final
|
| , public CompositorAnimationPlayerClient {
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(Animation);
|
| + USING_PRE_FINALIZER(Animation, dispose);
|
| public:
|
| enum AnimationPlayState {
|
| Unset,
|
|
|