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

Unified Diff: Source/core/layout/style/StyleGridItemData.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/StyleGridData.cpp ('k') | Source/core/layout/style/StyleInheritedData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/style/StyleGridItemData.cpp
diff --git a/Source/core/layout/style/StyleGridItemData.cpp b/Source/core/layout/style/StyleGridItemData.cpp
index 0e49a2b14b66821d729421656b727a2af7337104..fedea2f4162640e050a298b1b7203b9d3195902a 100644
--- a/Source/core/layout/style/StyleGridItemData.cpp
+++ b/Source/core/layout/style/StyleGridItemData.cpp
@@ -30,15 +30,15 @@
#include "config.h"
#include "core/layout/style/StyleGridItemData.h"
-#include "core/layout/style/LayoutStyle.h"
+#include "core/layout/style/ComputedStyle.h"
namespace blink {
StyleGridItemData::StyleGridItemData()
- : m_gridColumnStart(LayoutStyle::initialGridColumnStart())
- , m_gridColumnEnd(LayoutStyle::initialGridColumnEnd())
- , m_gridRowStart(LayoutStyle::initialGridRowStart())
- , m_gridRowEnd(LayoutStyle::initialGridRowEnd())
+ : m_gridColumnStart(ComputedStyle::initialGridColumnStart())
+ , m_gridColumnEnd(ComputedStyle::initialGridColumnEnd())
+ , m_gridRowStart(ComputedStyle::initialGridRowStart())
+ , m_gridRowEnd(ComputedStyle::initialGridRowEnd())
{
}
« no previous file with comments | « Source/core/layout/style/StyleGridData.cpp ('k') | Source/core/layout/style/StyleInheritedData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698