| Index: Source/core/animation/AnimationStackTest.cpp
|
| diff --git a/Source/core/animation/AnimationStackTest.cpp b/Source/core/animation/AnimationStackTest.cpp
|
| index 5ebdf835d6fdf97fda73aa47b30dcaebeb3c9f01..9f62e7354de3ef381f993a74dd7f6ce8fb20e25d 100644
|
| --- a/Source/core/animation/AnimationStackTest.cpp
|
| +++ b/Source/core/animation/AnimationStackTest.cpp
|
| @@ -6,10 +6,10 @@
|
| #include "core/animation/AnimationStack.h"
|
|
|
| #include "core/animation/ActiveAnimations.h"
|
| -#include "core/animation/AnimatableDouble.h"
|
| #include "core/animation/AnimationClock.h"
|
| #include "core/animation/AnimationTimeline.h"
|
| #include "core/animation/KeyframeEffectModel.h"
|
| +#include "core/animation/animatable/AnimatableDouble.h"
|
| #include "core/animation/interpolation/LegacyStyleInterpolation.h"
|
| #include <gtest/gtest.h>
|
|
|
|
|