Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(346)

Unified Diff: Source/core/animation/AnimationTranslationUtilTest.cpp

Issue 112463008: Move core/platform/animation files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add comments and platform tests Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/animation/AnimationTranslationUtil.cpp ('k') | Source/core/animation/CompositorAnimations.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/AnimationTranslationUtilTest.cpp
diff --git a/Source/core/platform/animation/AnimationTranslationUtilTest.cpp b/Source/core/animation/AnimationTranslationUtilTest.cpp
similarity index 98%
rename from Source/core/platform/animation/AnimationTranslationUtilTest.cpp
rename to Source/core/animation/AnimationTranslationUtilTest.cpp
index 59dcbe91cea2ac185b56f1b0392e050faf9284b8..fa89c88994782158e89f6b684d60ca083a7d77a3 100644
--- a/Source/core/platform/animation/AnimationTranslationUtilTest.cpp
+++ b/Source/core/animation/AnimationTranslationUtilTest.cpp
@@ -24,10 +24,10 @@
#include "config.h"
-#include "core/platform/animation/AnimationTranslationUtil.h"
+#include "core/animation/AnimationTranslationUtil.h"
-#include "core/platform/animation/CSSAnimationData.h"
-#include "core/platform/animation/KeyframeValueList.h"
+#include "core/animation/css/CSSAnimationData.h"
+#include "platform/animation/KeyframeValueList.h"
#include "platform/geometry/IntSize.h"
#include "platform/graphics/filters/FilterOperations.h"
#include "platform/transforms/Matrix3DTransformOperation.h"
« no previous file with comments | « Source/core/animation/AnimationTranslationUtil.cpp ('k') | Source/core/animation/CompositorAnimations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698