| Index: Source/core/style/StyleMotionData.cpp
|
| diff --git a/Source/core/layout/style/StyleMotionData.cpp b/Source/core/style/StyleMotionData.cpp
|
| similarity index 87%
|
| rename from Source/core/layout/style/StyleMotionData.cpp
|
| rename to Source/core/style/StyleMotionData.cpp
|
| index fe93a47c72d4119da0fb0f06087b9fd4ad5de75a..fd0686d8bab287814aa6ad436ebf208da22ec06b 100644
|
| --- a/Source/core/layout/style/StyleMotionData.cpp
|
| +++ b/Source/core/style/StyleMotionData.cpp
|
| @@ -3,9 +3,9 @@
|
| // found in the LICENSE file.
|
|
|
| #include "config.h"
|
| -#include "core/layout/style/StyleMotionData.h"
|
| +#include "core/style/StyleMotionData.h"
|
|
|
| -#include "core/layout/style/PathStyleMotionPath.h"
|
| +#include "core/style/PathStyleMotionPath.h"
|
|
|
| namespace blink {
|
|
|
|
|