| Index: Source/core/animation/Keyframe.h
|
| diff --git a/Source/core/animation/Keyframe.h b/Source/core/animation/Keyframe.h
|
| index 1f47c906117f6f804b806ba57f0bf7516be880b9..fd039fbc85b5c0bf6e3b3ed8f7db665018c210ef 100644
|
| --- a/Source/core/animation/Keyframe.h
|
| +++ b/Source/core/animation/Keyframe.h
|
| @@ -6,9 +6,9 @@
|
| #define Keyframe_h
|
|
|
| #include "core/CSSPropertyNames.h"
|
| -#include "core/animation/AnimatableValue.h"
|
| #include "core/animation/AnimationEffect.h"
|
| #include "core/animation/AnimationNode.h"
|
| +#include "core/animation/animatable/AnimatableValue.h"
|
|
|
| namespace WebCore {
|
|
|
|
|