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

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

Issue 112463008: Move core/platform/animation files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Move TimingFunctions unit tests into platform/animation Created 6 years, 12 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
Index: Source/platform/animation/AnimationValue.h
diff --git a/Source/core/platform/animation/AnimationValue.h b/Source/platform/animation/AnimationValue.h
similarity index 98%
rename from Source/core/platform/animation/AnimationValue.h
rename to Source/platform/animation/AnimationValue.h
index cba337cbf2e82c38b1559de6f4b78b8d14ddeef8..0b27ba51e7d7dea293e92390578c063da48240ef 100644
--- a/Source/core/platform/animation/AnimationValue.h
+++ b/Source/platform/animation/AnimationValue.h
@@ -27,7 +27,7 @@
#ifndef AnimationValue_h
#define AnimationValue_h
-#include "core/platform/animation/TimingFunction.h"
+#include "platform/animation/TimingFunction.h"
#include "platform/graphics/filters/FilterOperations.h"
#include "platform/transforms/TransformOperations.h"

Powered by Google App Engine
This is Rietveld 408576698