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

Unified Diff: Source/core/frame/animation/AnimationBase.cpp

Issue 65303006: Move TimingFunction.h to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase steveblock's patch Created 7 years, 1 month 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/frame/animation/AnimationBase.cpp
diff --git a/Source/core/frame/animation/AnimationBase.cpp b/Source/core/frame/animation/AnimationBase.cpp
index 2377a11a886c91b52cc67558aa378f7739343f3f..01ea291deb16b794f2bb7b7dcb9d411fbab6668f 100644
--- a/Source/core/frame/animation/AnimationBase.cpp
+++ b/Source/core/frame/animation/AnimationBase.cpp
@@ -31,9 +31,9 @@
#include "core/frame/animation/AnimationControllerPrivate.h"
#include "core/frame/animation/CompositeAnimation.h"
-#include "core/platform/animation/TimingFunction.h"
#include "core/rendering/RenderBox.h"
#include "platform/animation/AnimationUtilities.h"
+#include "platform/animation/TimingFunction.h"
#include <algorithm>
using namespace std;

Powered by Google App Engine
This is Rietveld 408576698