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

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

Issue 23431021: Refactoring animation code in accelerated path. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix typo 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/AnimationTranslationUtilTest.cpp
diff --git a/Source/core/platform/graphics/chromium/AnimationTranslationUtilTest.cpp b/Source/core/platform/animation/AnimationTranslationUtilTest.cpp
similarity index 99%
rename from Source/core/platform/graphics/chromium/AnimationTranslationUtilTest.cpp
rename to Source/core/platform/animation/AnimationTranslationUtilTest.cpp
index 666204e277120f9e495ce540ec2444e1df02e2bb..f81f30535e0ae807688aa5d93801378c2a7b74d6 100644
--- a/Source/core/platform/graphics/chromium/AnimationTranslationUtilTest.cpp
+++ b/Source/core/platform/animation/AnimationTranslationUtilTest.cpp
@@ -24,7 +24,7 @@
#include "config.h"
-#include "core/platform/graphics/chromium/AnimationTranslationUtil.h"
+#include "core/platform/animation/AnimationTranslationUtil.h"
#include "core/platform/animation/CSSAnimationData.h"
#include "core/platform/animation/KeyframeValueList.h"
@@ -34,9 +34,9 @@
#include "core/platform/graphics/transforms/ScaleTransformOperation.h"
#include "core/platform/graphics/transforms/TransformOperations.h"
#include "core/platform/graphics/transforms/TranslateTransformOperation.h"
+#include "public/platform/WebAnimation.h"
#include "wtf/RefPtr.h"
#include <gtest/gtest.h>
-#include "public/platform/WebAnimation.h"
using namespace WebCore;
using namespace WebKit;
« no previous file with comments | « Source/core/platform/animation/AnimationTranslationUtil.cpp ('k') | Source/core/platform/graphics/GraphicsLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698