| Index: Source/core/rendering/RenderGrid.h
|
| diff --git a/Source/core/rendering/RenderGrid.h b/Source/core/rendering/RenderGrid.h
|
| index 871b9e7368b64f4381a53eb35fe825c5f700ea4a..da5d77f9eb18adeb6e14c06c527bb231608ee2b8 100644
|
| --- a/Source/core/rendering/RenderGrid.h
|
| +++ b/Source/core/rendering/RenderGrid.h
|
| @@ -77,7 +77,7 @@ private:
|
| LayoutUnit computeUsedBreadthOfSpecifiedLength(GridTrackSizingDirection, const Length&) const;
|
| void resolveContentBasedTrackSizingFunctions(GridTrackSizingDirection, GridSizingData&, LayoutUnit& availableLogicalSpace);
|
|
|
| - void growGrid(GridTrackSizingDirection, size_t maximumPosition);
|
| + void ensureGridSize(size_t maximumRowIndex, size_t maximumColumnIndex);
|
| void insertItemIntoGrid(RenderBox*, const GridCoordinate&);
|
| void placeItemsOnGrid();
|
| void populateExplicitGridAndOrderIterator();
|
|
|