| 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 e654fe382f6df9c06c3d66dca03e0008098a2652..ccaf0de0e729ce7df137caf29975173c79330441 100644
|
| --- a/third_party/WebKit/Source/core/animation/Animation.h
|
| +++ b/third_party/WebKit/Source/core/animation/Animation.h
|
| @@ -38,8 +38,8 @@
|
| #include "core/CSSPropertyNames.h"
|
| #include "core/CoreExport.h"
|
| #include "core/animation/AnimationEffectReadOnly.h"
|
| -#include "core/dom/ActiveDOMObject.h"
|
| #include "core/dom/DOMException.h"
|
| +#include "core/dom/SuspendableObject.h"
|
| #include "core/events/EventTarget.h"
|
| #include "platform/animation/CompositorAnimationDelegate.h"
|
| #include "platform/animation/CompositorAnimationPlayerClient.h"
|
| @@ -57,7 +57,7 @@ class TreeScope;
|
|
|
| class CORE_EXPORT Animation final : public EventTargetWithInlineData,
|
| public ActiveScriptWrappable,
|
| - public ActiveDOMObject,
|
| + public SuspendableObject,
|
| public CompositorAnimationDelegate,
|
| public CompositorAnimationPlayerClient {
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|