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

Unified Diff: Source/core/platform/animation/AnimationValue.h

Issue 65303006: Move TimingFunction.h to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase steveblock's patch Created 7 years, 1 month 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
Index: Source/core/platform/animation/AnimationValue.h
diff --git a/Source/core/platform/animation/AnimationValue.h b/Source/core/platform/animation/AnimationValue.h
index e53169913d6968b8eb2a72a2b0f4e9a90825f89a..16c5e4caed2c6c024e6ab5c7a655e8c004d8a10f 100644
--- a/Source/core/platform/animation/AnimationValue.h
+++ b/Source/core/platform/animation/AnimationValue.h
@@ -27,8 +27,8 @@
#ifndef AnimationValue_h
#define AnimationValue_h
-#include "core/platform/animation/TimingFunction.h"
#include "core/platform/graphics/filters/FilterOperations.h"
+#include "platform/animation/TimingFunction.h"
#include "platform/transforms/TransformOperations.h"
#include "wtf/PassRefPtr.h"

Powered by Google App Engine
This is Rietveld 408576698