| Index: Source/core/animation/animatable/AnimatableTransform.h
|
| diff --git a/Source/core/animation/AnimatableTransform.h b/Source/core/animation/animatable/AnimatableTransform.h
|
| similarity index 97%
|
| rename from Source/core/animation/AnimatableTransform.h
|
| rename to Source/core/animation/animatable/AnimatableTransform.h
|
| index 51896af426ba604fd30fda0c1349701fa7c4c4ce..cf7079fdfc0bf73cc6ca37a4e6802d61837cdba7 100644
|
| --- a/Source/core/animation/AnimatableTransform.h
|
| +++ b/Source/core/animation/animatable/AnimatableTransform.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef AnimatableTransform_h
|
| #define AnimatableTransform_h
|
|
|
| -#include "core/animation/AnimatableValue.h"
|
| +#include "core/animation/animatable/AnimatableValue.h"
|
| #include "platform/transforms/TransformOperations.h"
|
|
|
| namespace WebCore {
|
|
|