| Index: Source/core/rendering/animation/WebAnimationProvider.cpp
|
| diff --git a/Source/core/rendering/animation/WebAnimationProvider.cpp b/Source/core/rendering/animation/WebAnimationProvider.cpp
|
| index 01d551209903207d6951b8eff29b05f6a9621a9f..d78a998be3b3a85e1b9f8f7586124e6054af80bf 100644
|
| --- a/Source/core/rendering/animation/WebAnimationProvider.cpp
|
| +++ b/Source/core/rendering/animation/WebAnimationProvider.cpp
|
| @@ -28,9 +28,9 @@
|
| #include "core/rendering/animation/WebAnimationProvider.h"
|
|
|
| #include "core/platform/animation/AnimationTranslationUtil.h"
|
| -#include "core/platform/animation/CSSAnimationData.h"
|
| #include "core/rendering/style/KeyframeList.h"
|
| #include "core/rendering/style/RenderStyle.h"
|
| +#include "platform/animation/CSSAnimationData.h"
|
| #include "public/platform/WebAnimation.h"
|
| #include "wtf/text/StringBuilder.h"
|
|
|
|
|