| Index: Source/core/rendering/RenderFlexibleBox.h
|
| diff --git a/Source/core/rendering/RenderFlexibleBox.h b/Source/core/rendering/RenderFlexibleBox.h
|
| index c9297da700160bb01b34e33c3df3c98e64f3e7ef..34f5187dccc3ce8d1c259007c9ecfa1ef1e69690 100644
|
| --- a/Source/core/rendering/RenderFlexibleBox.h
|
| +++ b/Source/core/rendering/RenderFlexibleBox.h
|
| @@ -135,7 +135,7 @@ private:
|
| LayoutUnit availableAlignmentSpaceForChild(LayoutUnit lineCrossAxisExtent, RenderBox*);
|
| LayoutUnit marginBoxAscentForChild(RenderBox*);
|
|
|
| - LayoutUnit computeChildMarginValue(Length margin, RenderView*);
|
| + LayoutUnit computeChildMarginValue(Length margin);
|
| 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
|
|
|