| Index: Source/core/animation/animatable/AnimatableValueTestHelper.h
|
| diff --git a/Source/core/animation/AnimatableValueTestHelper.h b/Source/core/animation/animatable/AnimatableValueTestHelper.h
|
| similarity index 78%
|
| rename from Source/core/animation/AnimatableValueTestHelper.h
|
| rename to Source/core/animation/animatable/AnimatableValueTestHelper.h
|
| index ceed1bd85a7ed64eb5e15c67678bb41b962bbce7..c589dd351beb673471fb703ff007d550bdd9bbb1 100644
|
| --- a/Source/core/animation/AnimatableValueTestHelper.h
|
| +++ b/Source/core/animation/animatable/AnimatableValueTestHelper.h
|
| @@ -36,19 +36,19 @@
|
| #ifndef AnimatableValueTestHelper_h
|
| #define AnimatableValueTestHelper_h
|
|
|
| -#include "core/animation/AnimatableClipPathOperation.h"
|
| -#include "core/animation/AnimatableColor.h"
|
| -#include "core/animation/AnimatableImage.h"
|
| -#include "core/animation/AnimatableNeutral.h"
|
| -#include "core/animation/AnimatableRepeatable.h"
|
| -#include "core/animation/AnimatableSVGLength.h"
|
| -#include "core/animation/AnimatableSVGPaint.h"
|
| -#include "core/animation/AnimatableShapeValue.h"
|
| -#include "core/animation/AnimatableStrokeDasharrayList.h"
|
| -#include "core/animation/AnimatableTransform.h"
|
| -#include "core/animation/AnimatableUnknown.h"
|
| -#include "core/animation/AnimatableValue.h"
|
| -#include "core/animation/AnimatableVisibility.h"
|
| +#include "core/animation/animatable/AnimatableClipPathOperation.h"
|
| +#include "core/animation/animatable/AnimatableColor.h"
|
| +#include "core/animation/animatable/AnimatableImage.h"
|
| +#include "core/animation/animatable/AnimatableNeutral.h"
|
| +#include "core/animation/animatable/AnimatableRepeatable.h"
|
| +#include "core/animation/animatable/AnimatableSVGLength.h"
|
| +#include "core/animation/animatable/AnimatableSVGPaint.h"
|
| +#include "core/animation/animatable/AnimatableShapeValue.h"
|
| +#include "core/animation/animatable/AnimatableStrokeDasharrayList.h"
|
| +#include "core/animation/animatable/AnimatableTransform.h"
|
| +#include "core/animation/animatable/AnimatableUnknown.h"
|
| +#include "core/animation/animatable/AnimatableValue.h"
|
| +#include "core/animation/animatable/AnimatableVisibility.h"
|
|
|
| #include "core/css/CSSValueTestHelper.h"
|
|
|
|
|