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

Unified Diff: Source/core/page/animation/CSSPropertyAnimation.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/AnimationController.cpp ('k') | Source/core/page/animation/CompositeAnimation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/animation/CSSPropertyAnimation.cpp
diff --git a/Source/core/page/animation/CSSPropertyAnimation.cpp b/Source/core/page/animation/CSSPropertyAnimation.cpp
index 3eb736b368a6694d658dec4a63b2d448767f98c5..2c61ca94b9d8469a771996927c900073619402c0 100644
--- a/Source/core/page/animation/CSSPropertyAnimation.cpp
+++ b/Source/core/page/animation/CSSPropertyAnimation.cpp
@@ -28,10 +28,9 @@
*/
#include "config.h"
-#include "CSSPropertyAnimation.h"
+#include "core/page/animation/CSSPropertyAnimation.h"
#include <algorithm>
-#include "AnimationBase.h"
#include "CSSCrossfadeValue.h"
#include "CSSImageGeneratorValue.h"
#include "CSSImageValue.h"
@@ -40,6 +39,7 @@
#include "StylePropertyShorthand.h"
#include "StyleResolver.h"
#include "core/loader/cache/CachedImage.h"
+#include "core/page/animation/AnimationBase.h"
#include "core/platform/FloatConversion.h"
#include "core/platform/graphics/transforms/IdentityTransformOperation.h"
#include "core/platform/graphics/transforms/Matrix3DTransformOperation.h"
« no previous file with comments | « Source/core/page/animation/AnimationController.cpp ('k') | Source/core/page/animation/CompositeAnimation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698