| 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 a4948ca887e121316082056525893d4280ea4292..2abd12cc2eef2faea768ef643460cefefa5c62b9 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| @@ -127,12 +127,15 @@ private:
|
| LayoutUnit crossAxisScrollbarExtent() const;
|
| LayoutUnit crossAxisScrollbarExtentForChild(const LayoutBox& child) const;
|
| LayoutPoint flowAwareLocationForChild(const LayoutBox& child) const;
|
| + bool useChildAspectRatio(const LayoutBox& child) const;
|
| + LayoutUnit computeMainSizeFromAspectRatio(const LayoutBox& child, LayoutUnit crossSize) const;
|
| void setFlowAwareLocationForChild(LayoutBox& child, const LayoutPoint&);
|
| void adjustAlignmentForChild(LayoutBox& child, LayoutUnit);
|
| ItemPosition alignmentForChild(const LayoutBox& child) const;
|
| LayoutUnit mainAxisBorderAndPaddingExtentForChild(const LayoutBox& child) const;
|
| LayoutUnit computeInnerFlexBaseSizeForChild(LayoutBox& child, ChildLayoutType = LayoutIfNeeded);
|
| bool mainAxisLengthIsDefinite(const LayoutBox& child, const Length& flexBasis) const;
|
| + bool crossAxisLengthIsDefinite(const LayoutBox& child, const Length& flexBasis) const;
|
| bool childFlexBaseSizeRequiresLayout(const LayoutBox& child) const;
|
| bool needToStretchChildLogicalHeight(const LayoutBox& child) const;
|
| bool childHasIntrinsicMainAxisSize(const LayoutBox& child) const;
|
|
|