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

Unified Diff: Source/core/style/ComputedStyle.cpp

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/ComputedStyle.h ('k') | Source/core/style/ComputedStyleConstants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/ComputedStyle.cpp
diff --git a/Source/core/layout/style/ComputedStyle.cpp b/Source/core/style/ComputedStyle.cpp
similarity index 99%
rename from Source/core/layout/style/ComputedStyle.cpp
rename to Source/core/style/ComputedStyle.cpp
index d7ed3fe75be655f9d5df75a91bf2913ed557e5e2..be6750a2d58f368f365364f44fa3add27163e796 100644
--- a/Source/core/layout/style/ComputedStyle.cpp
+++ b/Source/core/style/ComputedStyle.cpp
@@ -21,21 +21,21 @@
*/
#include "config.h"
-#include "core/layout/style/ComputedStyle.h"
+#include "core/style/ComputedStyle.h"
#include "core/css/resolver/StyleResolver.h"
#include "core/layout/LayoutTheme.h"
#include "core/layout/TextAutosizer.h"
-#include "core/layout/style/AppliedTextDecoration.h"
-#include "core/layout/style/BorderEdge.h"
-#include "core/layout/style/ContentData.h"
-#include "core/layout/style/DataEquivalency.h"
-#include "core/layout/style/ComputedStyleConstants.h"
-#include "core/layout/style/PathStyleMotionPath.h"
-#include "core/layout/style/QuotesData.h"
-#include "core/layout/style/ShadowList.h"
-#include "core/layout/style/StyleImage.h"
-#include "core/layout/style/StyleInheritedData.h"
+#include "core/style/AppliedTextDecoration.h"
+#include "core/style/BorderEdge.h"
+#include "core/style/ContentData.h"
+#include "core/style/DataEquivalency.h"
+#include "core/style/ComputedStyleConstants.h"
+#include "core/style/PathStyleMotionPath.h"
+#include "core/style/QuotesData.h"
+#include "core/style/ShadowList.h"
+#include "core/style/StyleImage.h"
+#include "core/style/StyleInheritedData.h"
#include "platform/LengthFunctions.h"
#include "platform/RuntimeEnabledFeatures.h"
#include "platform/fonts/Font.h"
« no previous file with comments | « Source/core/style/ComputedStyle.h ('k') | Source/core/style/ComputedStyleConstants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698