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

Unified Diff: Source/core/page/animation/AnimationController.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/animation/AnimationBase.cpp ('k') | Source/core/page/animation/CSSPropertyAnimation.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/animation/AnimationController.cpp
diff --git a/Source/core/page/animation/AnimationController.cpp b/Source/core/page/animation/AnimationController.cpp
index 9762b4997c87c32d420a6aaa4b591f8e89a35883..7a2d879e6b21ec9cf71bf56486a2e29fcfe6e0a7 100644
--- a/Source/core/page/animation/AnimationController.cpp
+++ b/Source/core/page/animation/AnimationController.cpp
@@ -27,19 +27,19 @@
*/
#include "config.h"
-#include "AnimationController.h"
+#include "core/page/animation/AnimationController.h"
-#include "AnimationBase.h"
-#include "AnimationControllerPrivate.h"
#include "AnimationEvent.h"
#include "CSSParser.h"
-#include "CSSPropertyAnimation.h"
-#include "CompositeAnimation.h"
#include "EventNames.h"
#include "Frame.h"
#include "FrameView.h"
#include "PseudoElement.h"
#include "TransitionEvent.h"
+#include "core/page/animation/AnimationBase.h"
+#include "core/page/animation/AnimationControllerPrivate.h"
+#include "core/page/animation/CSSPropertyAnimation.h"
+#include "core/page/animation/CompositeAnimation.h"
#include "core/rendering/RenderView.h"
#include <wtf/CurrentTime.h>
#include <wtf/UnusedParam.h>
« no previous file with comments | « Source/core/page/animation/AnimationBase.cpp ('k') | Source/core/page/animation/CSSPropertyAnimation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698