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

Unified Diff: Source/core/platform/animation/AnimationTranslationUtil.cpp

Issue 23431021: Refactoring animation code in accelerated path. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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/platform/animation/AnimationTranslationUtil.cpp
diff --git a/Source/core/platform/graphics/chromium/AnimationTranslationUtil.cpp b/Source/core/platform/animation/AnimationTranslationUtil.cpp
similarity index 99%
rename from Source/core/platform/graphics/chromium/AnimationTranslationUtil.cpp
rename to Source/core/platform/animation/AnimationTranslationUtil.cpp
index 56506499da10f72596f043d9cf8bd29421b9dbd9..28ce7872ffd4e0e8ef44219d3aab2279ddb7dab0 100644
--- a/Source/core/platform/graphics/chromium/AnimationTranslationUtil.cpp
+++ b/Source/core/platform/animation/AnimationTranslationUtil.cpp
@@ -24,7 +24,7 @@
#include "config.h"
-#include "core/platform/graphics/chromium/AnimationTranslationUtil.h"
+#include "core/platform/animation/AnimationTranslationUtil.h"
#include "core/css/LengthFunctions.h"
#include "core/platform/animation/CSSAnimationData.h"

Powered by Google App Engine
This is Rietveld 408576698