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

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: 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
Index: Source/core/paint/BoxPainter.cpp
diff --git a/Source/core/paint/BoxPainter.cpp b/Source/core/paint/BoxPainter.cpp
index 16092d89c4e2ac4c785451e23bf7e20fd67fa5ca..55d6abdb533426c925b1a56f03d4ed0ad6b58a40 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"

Powered by Google App Engine
This is Rietveld 408576698