| 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 e99e0a6d0f1b09f076d442ac395b7d733d3be57c..faf398c52e4e3394d82c5db71d7da487920d5311 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| @@ -62,14 +62,9 @@ public:
|
|
|
| const OrderIterator& orderIterator() const { return m_orderIterator; }
|
|
|
| - // Returns -1 if the height of this flexbox is indefinite
|
| - LayoutUnit computeDefiniteLogicalWidth();
|
| - LayoutUnit computeDefiniteLogicalHeight();
|
| -
|
| LayoutUnit crossSizeForPercentageResolution(const LayoutBox& child);
|
| LayoutUnit mainSizeForPercentageResolution(const LayoutBox& child);
|
| LayoutUnit childLogicalHeightForPercentageResolution(const LayoutBox& child);
|
| - LayoutUnit childLogicalWidthForPercentageResolution(const LayoutBox& child);
|
|
|
| void clearCachedMainSizeForChild(const LayoutBox& child);
|
|
|
|
|