| Index: Source/core/animation/animatable/AnimatableSVGPaint.h
|
| diff --git a/Source/core/animation/AnimatableSVGPaint.h b/Source/core/animation/animatable/AnimatableSVGPaint.h
|
| similarity index 97%
|
| rename from Source/core/animation/AnimatableSVGPaint.h
|
| rename to Source/core/animation/animatable/AnimatableSVGPaint.h
|
| index ff54142b43c03b8bc2760edeeef65df06bba3726..56951d51537402e439c6542db173bc29c83680da 100644
|
| --- a/Source/core/animation/AnimatableSVGPaint.h
|
| +++ b/Source/core/animation/animatable/AnimatableSVGPaint.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef AnimatableSVGPaint_h
|
| #define AnimatableSVGPaint_h
|
|
|
| -#include "core/animation/AnimatableColor.h"
|
| -#include "core/animation/AnimatableValue.h"
|
| +#include "core/animation/animatable/AnimatableColor.h"
|
| +#include "core/animation/animatable/AnimatableValue.h"
|
| #include "core/svg/SVGPaint.h"
|
|
|
| namespace WebCore {
|
|
|