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

Unified Diff: Source/core/layout/style/StyleBackgroundData.cpp

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle 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/layout/style/StyleBackgroundData.h ('k') | Source/core/layout/style/StyleBoxData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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())
{
}
« no previous file with comments | « Source/core/layout/style/StyleBackgroundData.h ('k') | Source/core/layout/style/StyleBoxData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698