| 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 335e18ba7bc5ad3b2c541f0ef8b5eab0e9b85a42..56dd6479b4c514752309b1fa5c9d0c36c9a39a79 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| @@ -179,6 +179,8 @@ private:
|
| LayoutUnit gridAreaBreadthForChild(const LayoutBox& child, GridTrackSizingDirection, const GridSizingData&) const;
|
| LayoutUnit gridAreaBreadthForChildIncludingAlignmentOffsets(const LayoutBox&, GridTrackSizingDirection, const GridSizingData&) const;
|
|
|
| + StyleSelfAlignmentData justifySelfForChild(const LayoutBox&) const;
|
| + StyleSelfAlignmentData alignSelfForChild(const LayoutBox&) const;
|
| void applyStretchAlignmentToTracksIfNeeded(GridTrackSizingDirection, GridSizingData&);
|
|
|
| void paintChildren(const PaintInfo&, const LayoutPoint&) const override;
|
|
|