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

Unified Diff: Source/core/layout/style/StyleInheritedData.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/StyleGridItemData.cpp ('k') | Source/core/layout/style/StyleMotionData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/style/StyleInheritedData.cpp
diff --git a/Source/core/layout/style/StyleInheritedData.cpp b/Source/core/layout/style/StyleInheritedData.cpp
index 47da24f7600433c4a154fa2096ba4a5350edeb00..3516ea49c3b0a9fc04ab5000732fd6e874f7af55 100644
--- a/Source/core/layout/style/StyleInheritedData.cpp
+++ b/Source/core/layout/style/StyleInheritedData.cpp
@@ -22,16 +22,16 @@
#include "config.h"
#include "core/layout/style/StyleInheritedData.h"
-#include "core/layout/style/LayoutStyle.h"
+#include "core/layout/style/ComputedStyle.h"
namespace blink {
StyleInheritedData::StyleInheritedData()
- : horizontal_border_spacing(LayoutStyle::initialHorizontalBorderSpacing())
- , vertical_border_spacing(LayoutStyle::initialVerticalBorderSpacing())
- , line_height(LayoutStyle::initialLineHeight())
- , color(LayoutStyle::initialColor())
- , visitedLinkColor(LayoutStyle::initialColor())
+ : horizontal_border_spacing(ComputedStyle::initialHorizontalBorderSpacing())
+ , vertical_border_spacing(ComputedStyle::initialVerticalBorderSpacing())
+ , line_height(ComputedStyle::initialLineHeight())
+ , color(ComputedStyle::initialColor())
+ , visitedLinkColor(ComputedStyle::initialColor())
, textAutosizingMultiplier(1)
{
}
« no previous file with comments | « Source/core/layout/style/StyleGridItemData.cpp ('k') | Source/core/layout/style/StyleMotionData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698