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

Unified Diff: Source/core/page/animation/CompositeAnimation.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/CompositeAnimation.h ('k') | Source/core/page/animation/ImplicitAnimation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/animation/CompositeAnimation.cpp
diff --git a/Source/core/page/animation/CompositeAnimation.cpp b/Source/core/page/animation/CompositeAnimation.cpp
index 4e7321b1049b5af1c15f014f1dc9956903e3a70f..310bb675147c8fca58b709b31f503d82ba53445a 100644
--- a/Source/core/page/animation/CompositeAnimation.cpp
+++ b/Source/core/page/animation/CompositeAnimation.cpp
@@ -27,13 +27,13 @@
*/
#include "config.h"
-#include "CompositeAnimation.h"
+#include "core/page/animation/CompositeAnimation.h"
-#include "AnimationControllerPrivate.h"
-#include "CSSPropertyAnimation.h"
#include "CSSPropertyNames.h"
-#include "ImplicitAnimation.h"
-#include "KeyframeAnimation.h"
+#include "core/page/animation/AnimationControllerPrivate.h"
+#include "core/page/animation/CSSPropertyAnimation.h"
+#include "core/page/animation/ImplicitAnimation.h"
+#include "core/page/animation/KeyframeAnimation.h"
#include "core/rendering/RenderObject.h"
#include "core/rendering/style/RenderStyle.h"
« no previous file with comments | « Source/core/page/animation/CompositeAnimation.h ('k') | Source/core/page/animation/ImplicitAnimation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698