Index: Source/core/animation/DeferredLegacyStyleInterpolation.cpp |
diff --git a/Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.cpp b/Source/core/animation/DeferredLegacyStyleInterpolation.cpp |
similarity index 97% |
rename from Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.cpp |
rename to Source/core/animation/DeferredLegacyStyleInterpolation.cpp |
index 694993f2b567879df7c675411a300ccf5cac41ef..e16df8bf753c850e63ea4b0d923baf015b82e3a5 100644 |
--- a/Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.cpp |
+++ b/Source/core/animation/DeferredLegacyStyleInterpolation.cpp |
@@ -3,9 +3,9 @@ |
// found in the LICENSE file. |
#include "config.h" |
-#include "core/animation/interpolation/DeferredLegacyStyleInterpolation.h" |
+#include "core/animation/DeferredLegacyStyleInterpolation.h" |
-#include "core/animation/interpolation/LegacyStyleInterpolation.h" |
+#include "core/animation/LegacyStyleInterpolation.h" |
#include "core/css/CSSImageValue.h" |
#include "core/css/CSSPrimitiveValue.h" |
#include "core/css/CSSSVGDocumentValue.h" |