| Index: Source/core/animation/animatable/AnimatableColor.h
|
| diff --git a/Source/core/animation/AnimatableColor.h b/Source/core/animation/animatable/AnimatableColor.h
|
| similarity index 98%
|
| rename from Source/core/animation/AnimatableColor.h
|
| rename to Source/core/animation/animatable/AnimatableColor.h
|
| index 87196a0aa60dae9c3977e8cb77333ba4bb9109fe..cb3d77e2853714bf480be44cf901361c6b806816 100644
|
| --- a/Source/core/animation/AnimatableColor.h
|
| +++ b/Source/core/animation/animatable/AnimatableColor.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef AnimatableColor_h
|
| #define AnimatableColor_h
|
|
|
| -#include "core/animation/AnimatableValue.h"
|
| +#include "core/animation/animatable/AnimatableValue.h"
|
| #include "platform/graphics/Color.h"
|
|
|
| namespace WebCore {
|
|
|