| Index: Source/core/rendering/RenderGrid.h
|
| diff --git a/Source/core/rendering/RenderGrid.h b/Source/core/rendering/RenderGrid.h
|
| index 6f17556a22776a0014c78a93314c230b05a58a03..5943ee3be7838ad449d85d3c095713fc2c34e619 100644
|
| --- a/Source/core/rendering/RenderGrid.h
|
| +++ b/Source/core/rendering/RenderGrid.h
|
| @@ -126,6 +126,14 @@ private:
|
|
|
| LayoutUnit gridAreaBreadthForChild(const RenderBox& child, GridTrackSizingDirection, const Vector<GridTrack>&) const;
|
|
|
| + bool needToStretchChildLogicalHeight(RenderBox&) const;
|
| + LayoutUnit childIntrinsicHeight(RenderBox&) const;
|
| + LayoutUnit childIntrinsicWidth(RenderBox&) const;
|
| + LayoutUnit intrinsicExtentForChild(RenderBox&) const;
|
| + LayoutUnit marginExtentForChild(RenderBox&) const;
|
| + LayoutUnit availableAlignmentSpaceForChildBeforeStretching(LayoutUnit gridAreaBreadthForChild, RenderBox&) const;
|
| + void applyStretchAlignmentToChildIfNeeded(RenderBox&, LayoutUnit gridAreaBreadthForChild);
|
| +
|
| virtual void paintChildren(PaintInfo&, const LayoutPoint&) OVERRIDE;
|
|
|
| #if ENABLE(ASSERT)
|
|
|