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

Unified Diff: Source/core/rendering/animation/WebAnimationProvider.h

Issue 112463008: Move core/platform/animation files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add comments and platform tests Created 6 years, 11 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/core/rendering/animation/WebAnimationProvider.h
diff --git a/Source/core/rendering/animation/WebAnimationProvider.h b/Source/core/rendering/animation/WebAnimationProvider.h
index 724de2e1696f8bf5eb06bfe964cb41f1dec3e698..bafe7d4311cdefb2fdf8820f492cd54d2492e1a6 100644
--- a/Source/core/rendering/animation/WebAnimationProvider.h
+++ b/Source/core/rendering/animation/WebAnimationProvider.h
@@ -27,7 +27,7 @@
#define WebAnimationProvider_h
#include "CSSPropertyNames.h"
-#include "core/platform/animation/KeyframeValueList.h"
+#include "platform/animation/KeyframeValueList.h"
#include "wtf/HashMap.h"
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"

Powered by Google App Engine
This is Rietveld 408576698