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

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

Issue 14471017: Absolutify paths to page/animation, page/scrolling. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/page/Page.cpp ('k') | Source/core/page/animation/AnimationController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/animation/AnimationBase.cpp
diff --git a/Source/core/page/animation/AnimationBase.cpp b/Source/core/page/animation/AnimationBase.cpp
index 7c270eb0cf5f994ee16dc50a2c8cb34183bae864..5dfb8e7fd151729e00962f7d7da0247a34241b12 100644
--- a/Source/core/page/animation/AnimationBase.cpp
+++ b/Source/core/page/animation/AnimationBase.cpp
@@ -27,15 +27,15 @@
*/
#include "config.h"
-#include "AnimationBase.h"
+#include "core/page/animation/AnimationBase.h"
#include <algorithm>
-#include "AnimationControllerPrivate.h"
#include "CSSPrimitiveValue.h"
-#include "CSSPropertyAnimation.h"
-#include "CompositeAnimation.h"
#include "Document.h"
#include "EventNames.h"
+#include "core/page/animation/AnimationControllerPrivate.h"
+#include "core/page/animation/CSSPropertyAnimation.h"
+#include "core/page/animation/CompositeAnimation.h"
#include "core/platform/FloatConversion.h"
#include "core/platform/graphics/UnitBezier.h"
#include "core/rendering/RenderBox.h"
« no previous file with comments | « Source/core/page/Page.cpp ('k') | Source/core/page/animation/AnimationController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698