| Index: Source/core/page/animation/AnimationBase.cpp
|
| diff --git a/Source/core/page/animation/AnimationBase.cpp b/Source/core/page/animation/AnimationBase.cpp
|
| index fab34741eb9176a661664562224e445755ded693..aef6d1af97eb48b5047f589858e07bac25f14b07 100644
|
| --- a/Source/core/page/animation/AnimationBase.cpp
|
| +++ b/Source/core/page/animation/AnimationBase.cpp
|
| @@ -30,9 +30,9 @@
|
| #include "core/page/animation/AnimationBase.h"
|
|
|
| #include <algorithm>
|
| -#include "Document.h"
|
| -#include "EventNames.h"
|
| #include "core/css/CSSPrimitiveValue.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/EventNames.h"
|
| #include "core/page/animation/AnimationControllerPrivate.h"
|
| #include "core/page/animation/CSSPropertyAnimation.h"
|
| #include "core/page/animation/CompositeAnimation.h"
|
|
|