Index: Source/core/platform/animation/AnimationTranslationUtilTest.cpp |
diff --git a/Source/core/platform/animation/AnimationTranslationUtilTest.cpp b/Source/core/platform/animation/AnimationTranslationUtilTest.cpp |
index 801b62f78027cd5e28375f6cb6bad94fa7568c5d..edd0c7104caf5b4cd48030722a8cb1c2ee4fddfe 100644 |
--- a/Source/core/platform/animation/AnimationTranslationUtilTest.cpp |
+++ b/Source/core/platform/animation/AnimationTranslationUtilTest.cpp |
@@ -29,12 +29,12 @@ |
#include "core/platform/animation/CSSAnimationData.h" |
#include "core/platform/animation/KeyframeValueList.h" |
#include "core/platform/graphics/filters/FilterOperations.h" |
-#include "core/platform/graphics/transforms/Matrix3DTransformOperation.h" |
-#include "core/platform/graphics/transforms/RotateTransformOperation.h" |
-#include "core/platform/graphics/transforms/ScaleTransformOperation.h" |
-#include "core/platform/graphics/transforms/TransformOperations.h" |
-#include "core/platform/graphics/transforms/TranslateTransformOperation.h" |
#include "platform/geometry/IntSize.h" |
+#include "platform/transforms/Matrix3DTransformOperation.h" |
+#include "platform/transforms/RotateTransformOperation.h" |
+#include "platform/transforms/ScaleTransformOperation.h" |
+#include "platform/transforms/TransformOperations.h" |
+#include "platform/transforms/TranslateTransformOperation.h" |
#include "public/platform/WebAnimation.h" |
#include "wtf/RefPtr.h" |
#include <gtest/gtest.h> |