| 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 00692c9d138bfe57e42c8cc438b739e513969984..c05e58c0f094893ce71273a83ba8e68115bf267e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| @@ -60,6 +60,10 @@ public:
|
|
|
| const OrderIterator& orderIterator() const { return m_orderIterator; }
|
|
|
| + LayoutUnit crossSizeForPercentageResolution(const LayoutBox& child);
|
| + LayoutUnit childLogicalHeightForPercentageResolution(const LayoutBox& child);
|
| + LayoutUnit childLogicalWidthForPercentageResolution(const LayoutBox& child);
|
| +
|
| void clearCachedMainSizeForChild(const LayoutBox& child);
|
| protected:
|
| void computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const override;
|
|
|