Index: Source/core/layout/style/StyleBackgroundData.cpp |
diff --git a/Source/core/layout/style/StyleBackgroundData.cpp b/Source/core/layout/style/StyleBackgroundData.cpp |
index d9eac5e3becce898c5eb2f03a7c9a09200c15dd6..d09a3ab38b71288bedf03e337d094c6b1a60589c 100644 |
--- a/Source/core/layout/style/StyleBackgroundData.cpp |
+++ b/Source/core/layout/style/StyleBackgroundData.cpp |
@@ -22,14 +22,14 @@ |
#include "config.h" |
#include "core/layout/style/StyleBackgroundData.h" |
-#include "core/layout/style/LayoutStyle.h" |
-#include "core/layout/style/LayoutStyleConstants.h" |
+#include "core/layout/style/ComputedStyle.h" |
+#include "core/layout/style/ComputedStyleConstants.h" |
namespace blink { |
StyleBackgroundData::StyleBackgroundData() |
: m_background(BackgroundFillLayer, true) |
- , m_color(LayoutStyle::initialBackgroundColor()) |
+ , m_color(ComputedStyle::initialBackgroundColor()) |
{ |
} |