| Index: Source/platform/transforms/RotateTransformOperation.cpp
|
| diff --git a/Source/core/platform/graphics/transforms/RotateTransformOperation.cpp b/Source/platform/transforms/RotateTransformOperation.cpp
|
| similarity index 97%
|
| rename from Source/core/platform/graphics/transforms/RotateTransformOperation.cpp
|
| rename to Source/platform/transforms/RotateTransformOperation.cpp
|
| index 4065709374b31206bb169833c00a6c07ba9e5aba..94ab0d431f5be5ec2bcb002444378bc5d9ad49c0 100644
|
| --- a/Source/core/platform/graphics/transforms/RotateTransformOperation.cpp
|
| +++ b/Source/platform/transforms/RotateTransformOperation.cpp
|
| @@ -20,7 +20,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/graphics/transforms/RotateTransformOperation.h"
|
| +#include "platform/transforms/RotateTransformOperation.h"
|
|
|
| #include "platform/animation/AnimationUtilities.h"
|
| #include "wtf/MathExtras.h"
|
|
|