| Index: third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutGrid.h b/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| index 742eaa859376472872daaa4def93e7e7fc7176e8..b9d3209c63158ce822ff4335521040e4323cb20b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| @@ -148,6 +148,7 @@ private:
|
|
|
| GridTrackSize gridTrackSize(GridTrackSizingDirection, size_t) const;
|
|
|
| + bool updateOverrideContainingBlockContentLogicalWidthForChild(LayoutBox&, GridSizingData&);
|
| LayoutUnit logicalHeightForChild(LayoutBox&, GridSizingData&);
|
| LayoutUnit minSizeForChild(LayoutBox&, GridTrackSizingDirection, GridSizingData&);
|
| LayoutUnit minContentForChild(LayoutBox&, GridTrackSizingDirection, GridSizingData&);
|
| @@ -169,7 +170,7 @@ private:
|
| void paintChildren(const PaintInfo&, const LayoutPoint&) const override;
|
|
|
| LayoutUnit marginLogicalHeightForChild(const LayoutBox&) const;
|
| - LayoutUnit computeMarginLogicalHeightForChild(const LayoutBox&) const;
|
| + LayoutUnit computeMarginLogicalSizeForChild(MarginDirection, const LayoutBox&) const;
|
| LayoutUnit availableAlignmentSpaceForChildBeforeStretching(LayoutUnit gridAreaBreadthForChild, const LayoutBox&) const;
|
| void applyStretchAlignmentToChildIfNeeded(LayoutBox&);
|
| bool hasAutoMarginsInColumnAxis(const LayoutBox&) const;
|
|
|