| 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 c31ba362d245d262c64025621e509251576dee0f..a37dce2b7a73c7bc12a5ccce1fafad31b368e831 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.cpp
|
| @@ -53,11 +53,6 @@ struct ContentAlignmentData {
|
| LayoutUnit distributionOffset = LayoutUnit(-1);
|
| };
|
|
|
| -enum TrackSizeRestriction {
|
| - AllowInfinity,
|
| - ForbidInfinity,
|
| -};
|
| -
|
| LayoutGrid::LayoutGrid(Element* element)
|
| : LayoutBlock(element), m_grid(this), m_trackSizingAlgorithm(this, m_grid) {
|
| ASSERT(!childrenInline());
|
|
|