| Index: Source/core/animation/animatable/AnimatableNeutral.h
|
| diff --git a/Source/core/animation/AnimatableNeutral.h b/Source/core/animation/animatable/AnimatableNeutral.h
|
| similarity index 97%
|
| rename from Source/core/animation/AnimatableNeutral.h
|
| rename to Source/core/animation/animatable/AnimatableNeutral.h
|
| index 16f8595b29fd46eebcc4d47cae0077ad71fd4d46..e776c2225df942f581c531304b2bc9bc76857899 100644
|
| --- a/Source/core/animation/AnimatableNeutral.h
|
| +++ b/Source/core/animation/animatable/AnimatableNeutral.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef AnimatableNeutral_h
|
| #define AnimatableNeutral_h
|
|
|
| -#include "core/animation/AnimatableValue.h"
|
| +#include "core/animation/animatable/AnimatableValue.h"
|
|
|
| namespace WebCore {
|
|
|
|
|