| Index: Source/core/rendering/RenderFlexibleBox.h
|
| diff --git a/Source/core/rendering/RenderFlexibleBox.h b/Source/core/rendering/RenderFlexibleBox.h
|
| index 415d4494eac859d47b0826b45038d249a0866056..3d5fc26aa9393765f4a5414ab42897d9f103135b 100644
|
| --- a/Source/core/rendering/RenderFlexibleBox.h
|
| +++ b/Source/core/rendering/RenderFlexibleBox.h
|
| @@ -135,7 +135,7 @@ private:
|
| LayoutUnit marginBoxAscentForChild(RenderBox*);
|
|
|
| LayoutUnit computeChildMarginValue(Length margin, RenderView*);
|
| - void computeMainAxisPreferredSizes(Vector<int>&);
|
| + void prepareOrderIteratorAndMargins();
|
| LayoutUnit adjustChildSizeForMinAndMax(RenderBox*, LayoutUnit childSize);
|
| // The hypothetical main size of an item is the flex base size clamped according to its min and max main size properties
|
| bool computeNextFlexLine(OrderedFlexItemList& orderedChildren, LayoutUnit& sumFlexBaseSize, double& totalFlexGrow, double& totalWeightedFlexShrink, LayoutUnit& sumHypotheticalMainSize, bool& hasInfiniteLineLength);
|
|
|