| Index: Source/core/layout/LayoutFlexibleBox.h
|
| diff --git a/Source/core/layout/LayoutFlexibleBox.h b/Source/core/layout/LayoutFlexibleBox.h
|
| index 83588e2c679339432f8604addef1bca743a58634..fd79a815137cfa0700a24fb1040520d2e1d11545 100644
|
| --- a/Source/core/layout/LayoutFlexibleBox.h
|
| +++ b/Source/core/layout/LayoutFlexibleBox.h
|
| @@ -133,6 +133,7 @@ private:
|
| bool childFlexBaseSizeRequiresLayout(LayoutBox& child) const;
|
| bool needToStretchChildLogicalHeight(LayoutBox& child) const;
|
| EOverflow mainAxisOverflowForChild(LayoutBox& child) const;
|
| + EOverflow crossAxisOverflowForChild(LayoutBox& child) const;
|
|
|
| void layoutFlexItems(bool relayoutChildren, SubtreeLayoutScope&);
|
| LayoutUnit autoMarginOffsetInMainAxis(const OrderedFlexItemList&, LayoutUnit& availableFreeSpace);
|
|
|