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

Unified Diff: Source/core/style/StyleBackgroundData.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/ShapeValue.h ('k') | Source/core/style/StyleBackgroundData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/StyleBackgroundData.h
diff --git a/Source/core/layout/style/StyleBackgroundData.h b/Source/core/style/StyleBackgroundData.h
similarity index 96%
rename from Source/core/layout/style/StyleBackgroundData.h
rename to Source/core/style/StyleBackgroundData.h
index 84d6b3f8e60bde984aa4aaa4ece789f7f2438535..a0959e2873059db75e3e3dc8ca289c58707c4e3a 100644
--- a/Source/core/layout/style/StyleBackgroundData.h
+++ b/Source/core/style/StyleBackgroundData.h
@@ -25,8 +25,8 @@
#ifndef StyleBackgroundData_h
#define StyleBackgroundData_h
-#include "core/layout/style/FillLayer.h"
-#include "core/layout/style/OutlineValue.h"
+#include "core/style/FillLayer.h"
+#include "core/style/OutlineValue.h"
#include "platform/graphics/Color.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
« no previous file with comments | « Source/core/style/ShapeValue.h ('k') | Source/core/style/StyleBackgroundData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698