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

Unified Diff: Source/core/animation/AnimationTranslationUtil.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
Index: Source/core/animation/AnimationTranslationUtil.cpp
diff --git a/Source/core/platform/animation/AnimationTranslationUtil.cpp b/Source/core/animation/AnimationTranslationUtil.cpp
similarity index 99%
rename from Source/core/platform/animation/AnimationTranslationUtil.cpp
rename to Source/core/animation/AnimationTranslationUtil.cpp
index b54f2f554831e3e0a20299cac248736535412673..8139961b4e4c8bd32dcfbab53b2611be70517573 100644
--- a/Source/core/platform/animation/AnimationTranslationUtil.cpp
+++ b/Source/core/animation/AnimationTranslationUtil.cpp
@@ -24,11 +24,11 @@
#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/LengthFunctions.h"
+#include "platform/animation/KeyframeValueList.h"
#include "platform/geometry/FloatSize.h"
#include "platform/graphics/filters/SkiaImageFilterBuilder.h"
#include "platform/transforms/InterpolatedTransformOperation.h"
« no previous file with comments | « Source/core/animation/AnimationTranslationUtil.h ('k') | Source/core/animation/AnimationTranslationUtilTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698