| Index: Source/core/layout/LayoutGrid.h
|
| diff --git a/Source/core/layout/LayoutGrid.h b/Source/core/layout/LayoutGrid.h
|
| index 865f12b51ebec6fc3fb8b9948f9902fa7da5580b..275673d0f5ecb085af173ef03745e13f3a72853a 100644
|
| --- a/Source/core/layout/LayoutGrid.h
|
| +++ b/Source/core/layout/LayoutGrid.h
|
| @@ -157,7 +157,7 @@ private:
|
| void applyStretchAlignmentToTracksIfNeeded(GridTrackSizingDirection, GridSizingData&, LayoutUnit availableSpace);
|
|
|
| void paintChildren(const PaintInfo&, const LayoutPoint&) override;
|
| - bool allowedToStretchLogicalHeightForChild(const LayoutBox& child) const;
|
| +
|
| bool needToStretchChildLogicalHeight(const LayoutBox&) const;
|
| LayoutUnit childIntrinsicHeight(const LayoutBox&) const;
|
| LayoutUnit childIntrinsicWidth(const LayoutBox&) const;
|
| @@ -165,7 +165,7 @@ private:
|
| LayoutUnit marginLogicalHeightForChild(const LayoutBox&) const;
|
| LayoutUnit computeMarginLogicalHeightForChild(const LayoutBox&) const;
|
| LayoutUnit availableAlignmentSpaceForChildBeforeStretching(LayoutUnit gridAreaBreadthForChild, const LayoutBox&) const;
|
| - void applyStretchAlignmentToChildIfNeeded(LayoutBox&, LayoutUnit gridAreaBreadthForChild);
|
| + void applyStretchAlignmentToChildIfNeeded(LayoutBox&);
|
|
|
| #if ENABLE(ASSERT)
|
| bool tracksAreWiderThanMinTrackBreadth(GridTrackSizingDirection, const Vector<GridTrack>&);
|
|
|