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