| Index: Source/core/css/resolver/StyleResolver.cpp
|
| diff --git a/Source/core/css/resolver/StyleResolver.cpp b/Source/core/css/resolver/StyleResolver.cpp
|
| index cd55159c5e9d95c45567021ee431a611352efe26..d7f5ac878c6b81a9816aa743a5fc4921777b3c35 100644
|
| --- a/Source/core/css/resolver/StyleResolver.cpp
|
| +++ b/Source/core/css/resolver/StyleResolver.cpp
|
| @@ -33,9 +33,9 @@
|
| #include "core/HTMLNames.h"
|
| #include "core/StylePropertyShorthand.h"
|
| #include "core/animation/ActiveAnimations.h"
|
| -#include "core/animation/AnimatableValue.h"
|
| #include "core/animation/Animation.h"
|
| #include "core/animation/AnimationTimeline.h"
|
| +#include "core/animation/animatable/AnimatableValue.h"
|
| #include "core/animation/css/CSSAnimatableValueFactory.h"
|
| #include "core/animation/css/CSSAnimations.h"
|
| #include "core/animation/interpolation/StyleInterpolation.h"
|
|
|