| Index: Source/core/layout/LayoutGrid.h
|
| diff --git a/Source/core/layout/LayoutGrid.h b/Source/core/layout/LayoutGrid.h
|
| index ae6a60ab929d77e1e94c1e084462d7b485c5166c..9652beee0789910ff050d3f5103208200d946e41 100644
|
| --- a/Source/core/layout/LayoutGrid.h
|
| +++ b/Source/core/layout/LayoutGrid.h
|
| @@ -168,6 +168,11 @@ private:
|
| LayoutUnit computeMarginLogicalHeightForChild(const LayoutBox&) const;
|
| LayoutUnit availableAlignmentSpaceForChildBeforeStretching(LayoutUnit gridAreaBreadthForChild, const LayoutBox&) const;
|
| void applyStretchAlignmentToChildIfNeeded(LayoutBox&);
|
| + bool hasAutoMarginsInColumnAxis(const LayoutBox&) const;
|
| + bool hasAutoMarginsInRowAxis(const LayoutBox&) const;
|
| + void resetAutoMarginsAndLogicalTopInColumnAxis(LayoutBox&);
|
| + void updateAutoMarginsInColumnAxisIfNeeded(LayoutBox&);
|
| + void updateAutoMarginsInRowAxisIfNeeded(LayoutBox&);
|
|
|
| #if ENABLE(ASSERT)
|
| bool tracksAreWiderThanMinTrackBreadth(GridTrackSizingDirection, const Vector<GridTrack>&);
|
|
|