| Index: third_party/WebKit/Source/core/layout/LayoutGrid.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutGrid.cpp b/third_party/WebKit/Source/core/layout/LayoutGrid.cpp
|
| index c7baa7c900a949b3dbe77c1ffbfa1fe6d6a5ba79..23596db08cea0ab92be28b237cdbec2881ea6cc2 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.cpp
|
| @@ -43,11 +43,7 @@ class GridItemWithSpan;
|
| class GridTrack {
|
| public:
|
| GridTrack()
|
| - : m_baseSize(0)
|
| - , m_growthLimit(0)
|
| - , m_plannedSize(0)
|
| - , m_sizeDuringDistribution(0)
|
| - , m_infinitelyGrowable(false)
|
| + : m_infinitelyGrowable(false)
|
| {
|
| }
|
|
|
|
|