| 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 9ef0b5f6a1339c2c26e7bc38cee388e2f436364f..32a91218f39bfa88efcce86236e81bd6340936a0 100644
|
| --- a/third_party/WebKit/Source/core/animation/Animation.h
|
| +++ b/third_party/WebKit/Source/core/animation/Animation.h
|
| @@ -32,7 +32,6 @@
|
| #define Animation_h
|
|
|
| #include <memory>
|
| -#include "bindings/core/v8/ActiveScriptWrappable.h"
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| #include "bindings/core/v8/ScriptPromiseProperty.h"
|
| @@ -44,6 +43,7 @@
|
| #include "core/events/EventTarget.h"
|
| #include "platform/animation/CompositorAnimationDelegate.h"
|
| #include "platform/animation/CompositorAnimationPlayerClient.h"
|
| +#include "platform/bindings/ActiveScriptWrappable.h"
|
| #include "platform/graphics/CompositorElementId.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/RefPtr.h"
|
|
|