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

Unified Diff: Source/core/style/KeyframeList.h

Issue 1045723009: Move core/layout/style to core/style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 5 years, 9 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/style/GridTrackSize.h ('k') | Source/core/style/KeyframeList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/KeyframeList.h
diff --git a/Source/core/layout/style/KeyframeList.h b/Source/core/style/KeyframeList.h
similarity index 98%
rename from Source/core/layout/style/KeyframeList.h
rename to Source/core/style/KeyframeList.h
index 464db52564e364cf66ddb811b22f0a741eeaf7f4..f884f9df0fd97e0b1385c7cc23e661b6e15113a8 100644
--- a/Source/core/layout/style/KeyframeList.h
+++ b/Source/core/style/KeyframeList.h
@@ -26,7 +26,7 @@
#define KeyframeList_h
#include "core/CSSPropertyNames.h"
-#include "core/layout/style/StyleInheritedData.h"
+#include "core/style/StyleInheritedData.h"
#include "wtf/HashSet.h"
#include "wtf/RefPtr.h"
#include "wtf/Vector.h"
« no previous file with comments | « Source/core/style/GridTrackSize.h ('k') | Source/core/style/KeyframeList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698