| 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 275673d0f5ecb085af173ef03745e13f3a72853a..238396198ff2ca879437c3a153e9d3befc6f6ffe 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| @@ -166,6 +166,10 @@ 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 updateAutoMarginsInColumnAxisIfNeeded(LayoutBox&);
|
| + void updateAutoMarginsInRowAxisIfNeeded(LayoutBox&);
|
|
|
| #if ENABLE(ASSERT)
|
| bool tracksAreWiderThanMinTrackBreadth(GridTrackSizingDirection, const Vector<GridTrack>&);
|
|
|