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

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

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu 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/WorkerNavigator.h ('k') | Source/core/page/animation/AnimationControllerPrivate.h » ('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 23cfd8568d7b1c66d7ce2ce0e46b0c0d93b810b9..3baf273e22f7c52995525bc89dde15284a9d2f85 100644
--- a/Source/core/page/animation/AnimationBase.cpp
+++ b/Source/core/page/animation/AnimationBase.cpp
@@ -36,9 +36,9 @@
#include "CompositeAnimation.h"
#include "Document.h"
#include "EventNames.h"
-#include "FloatConversion.h"
#include "RenderBox.h"
#include "RenderStyle.h"
+#include "core/platform/FloatConversion.h"
#include "core/platform/graphics/UnitBezier.h"
#include <wtf/CurrentTime.h>
« no previous file with comments | « Source/core/page/WorkerNavigator.h ('k') | Source/core/page/animation/AnimationControllerPrivate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698