| Index: Source/core/animation/animatable/AnimatableClipPathOperation.cpp
|
| diff --git a/Source/core/animation/AnimatableClipPathOperation.cpp b/Source/core/animation/animatable/AnimatableClipPathOperation.cpp
|
| similarity index 97%
|
| rename from Source/core/animation/AnimatableClipPathOperation.cpp
|
| rename to Source/core/animation/animatable/AnimatableClipPathOperation.cpp
|
| index 1b1705a08c9ae3398b345704cc8495fef44362b4..ac2f53be500e377a259f6530326897a08829427b 100644
|
| --- a/Source/core/animation/AnimatableClipPathOperation.cpp
|
| +++ b/Source/core/animation/animatable/AnimatableClipPathOperation.cpp
|
| @@ -29,7 +29,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/animation/AnimatableClipPathOperation.h"
|
| +#include "core/animation/animatable/AnimatableClipPathOperation.h"
|
|
|
| namespace WebCore {
|
|
|
|
|