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

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

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/style/ShadowList.h
diff --git a/Source/core/layout/style/ShadowList.h b/Source/core/style/ShadowList.h
similarity index 98%
rename from Source/core/layout/style/ShadowList.h
rename to Source/core/style/ShadowList.h
index 3ff2d254c6fe429049e8b5c1d669dd50335af53f..0706d3eea2b988257be56338cb4fae9c2051a692 100644
--- a/Source/core/layout/style/ShadowList.h
+++ b/Source/core/style/ShadowList.h
@@ -31,7 +31,7 @@
#ifndef ShadowList_h
#define ShadowList_h
-#include "core/layout/style/ShadowData.h"
+#include "core/style/ShadowData.h"
#include "platform/geometry/FloatRectOutsets.h"
#include "platform/geometry/LayoutRect.h"
#include "platform/graphics/DrawLooperBuilder.h"

Powered by Google App Engine
This is Rietveld 408576698