| Index: third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| index d2605bdb7c0a33c2c771c9e809251df8156dbc30..7f09f7015f7bb7f500d71e71f6422deb6c0291bd 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| @@ -141,6 +141,7 @@ private:
|
| bool childHasIntrinsicMainAxisSize(const LayoutBox& child) const;
|
| EOverflow mainAxisOverflowForChild(const LayoutBox& child) const;
|
| EOverflow crossAxisOverflowForChild(const LayoutBox& child) const;
|
| + void cacheChildMainSize(const LayoutBox& child);
|
|
|
| void layoutFlexItems(bool relayoutChildren, SubtreeLayoutScope&);
|
| LayoutUnit autoMarginOffsetInMainAxis(const OrderedFlexItemList&, LayoutUnit& availableFreeSpace);
|
|
|