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

Unified Diff: Source/core/paint/BoxPainter.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/paint/BoxDecorationData.cpp ('k') | Source/core/paint/DeprecatedPaintLayerReflectionInfo.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/BoxPainter.cpp
diff --git a/Source/core/paint/BoxPainter.cpp b/Source/core/paint/BoxPainter.cpp
index 0ef8d132af953ba78134d6bccda3428b36888635..700be4ec442d2c9d3219ef6f68c484f1e580d12b 100644
--- a/Source/core/paint/BoxPainter.cpp
+++ b/Source/core/paint/BoxPainter.cpp
@@ -17,8 +17,8 @@
#include "core/layout/LayoutView.h"
#include "core/layout/PaintInfo.h"
#include "core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h"
-#include "core/layout/style/BorderEdge.h"
-#include "core/layout/style/ShadowList.h"
+#include "core/style/BorderEdge.h"
+#include "core/style/ShadowList.h"
#include "core/paint/BackgroundImageGeometry.h"
#include "core/paint/BoxDecorationData.h"
#include "core/paint/DeprecatedPaintLayer.h"
« no previous file with comments | « Source/core/paint/BoxDecorationData.cpp ('k') | Source/core/paint/DeprecatedPaintLayerReflectionInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698