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 fb9ae43eaf3c8a0ca704987e3add8ebc39c9531c..bcdd9173b8c3ca45496cf1caa99eb061dbdb2358 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutGrid.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h |
@@ -184,6 +184,8 @@ private: |
LayoutUnit gridAreaBreadthForChildIncludingAlignmentOffsets(const LayoutBox&, GridTrackSizingDirection, const GridSizingData&) const; |
LayoutUnit assumedRowsSizeForOrthogonalChild(const LayoutBox&, SizingOperation) const; |
+ StyleSelfAlignmentData justifySelfForChild(const LayoutBox&) const; |
+ StyleSelfAlignmentData alignSelfForChild(const LayoutBox&) const; |
void applyStretchAlignmentToTracksIfNeeded(GridTrackSizingDirection, GridSizingData&); |
void paintChildren(const PaintInfo&, const LayoutPoint&) const override; |