Index: Source/core/layout/LayoutGrid.h |
diff --git a/Source/core/layout/LayoutGrid.h b/Source/core/layout/LayoutGrid.h |
index 275673d0f5ecb085af173ef03745e13f3a72853a..286000b02aa36098e911165fb5debbaa6cb823fa 100644 |
--- a/Source/core/layout/LayoutGrid.h |
+++ b/Source/core/layout/LayoutGrid.h |
@@ -105,7 +105,6 @@ private: |
class GridIterator; |
struct GridSizingData; |
- bool gridElementIsShrinkToFit(); |
void computeUsedBreadthOfGridTracks(GridTrackSizingDirection, GridSizingData&, LayoutUnit& availableLogicalSpace); |
LayoutUnit computeUsedBreadthOfMinLength(GridTrackSizingDirection, const GridLength&) const; |
LayoutUnit computeUsedBreadthOfMaxLength(GridTrackSizingDirection, const GridLength&, LayoutUnit usedBreadth) const; |
@@ -186,6 +185,7 @@ private: |
} |
bool hasDefiniteLogicalSize(GridTrackSizingDirection) const; |
+ void maximizeTracks(Vector<GridTrack>&, GridSizingData&, LayoutUnit& spaceToDistribute); |
typedef Vector<Vector<GridCell>> GridRepresentation; |
GridRepresentation m_grid; |