| 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 c76dd7d4fd35df8cd800ba1964120a2db2a3be4e..e1ecc41338ff3780945caff51d604b8dfec11c96 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.cpp
|
| @@ -761,8 +761,6 @@ void LayoutGrid::computeUsedBreadthOfGridTracks(GridTrackSizingDirection directi
|
| if (LayoutUnit increment = baseSize - oldBaseSize) {
|
| tracks[trackIndex].setBaseSize(baseSize);
|
| freeSpace -= increment;
|
| -
|
| - baseSizesWithoutMaximization += increment;
|
| growthLimitsWithoutMaximization += increment;
|
| }
|
| }
|
|
|