Index: Source/core/rendering/RenderFlexibleBox.h |
diff --git a/Source/core/rendering/RenderFlexibleBox.h b/Source/core/rendering/RenderFlexibleBox.h |
index 76d13eabc4fe00670c7a96d281827100a4af2399..17ed21058e75be1eb12cab63099d3dd986f531d7 100644 |
--- a/Source/core/rendering/RenderFlexibleBox.h |
+++ b/Source/core/rendering/RenderFlexibleBox.h |
@@ -122,6 +122,7 @@ private: |
LayoutUnit preferredMainAxisContentExtentForChild(RenderBox* child, bool hasInfiniteLineLength, bool relayoutChildren = false); |
bool childPreferredMainAxisContentExtentRequiresLayout(RenderBox* child, bool hasInfiniteLineLength) const; |
bool needToStretchChildLogicalHeight(RenderBox* child) const; |
+ bool childHasFiniteCrossSize(RenderBox* child) const; |
void layoutFlexItems(bool relayoutChildren); |
LayoutUnit autoMarginOffsetInMainAxis(const OrderedFlexItemList&, LayoutUnit& availableFreeSpace); |
@@ -154,6 +155,7 @@ private: |
void alignFlexLines(Vector<LineContext>&); |
void alignChildren(const Vector<LineContext>&); |
void applyStretchAlignmentToChild(RenderBox*, LayoutUnit lineCrossAxisExtent); |
+ void computeAspectRatioOfChild(RenderBox* child, double& aspectRatio, bool& hasAspectRatio); |
void flipForRightToLeftColumn(); |
void flipForWrapReverse(const Vector<LineContext>&, LayoutUnit crossAxisStartEdge); |