| Index: Source/core/rendering/RenderFlexibleBox.h
|
| diff --git a/Source/core/rendering/RenderFlexibleBox.h b/Source/core/rendering/RenderFlexibleBox.h
|
| index 34f5187dccc3ce8d1c259007c9ecfa1ef1e69690..0dc737bee245b2db047fe5d931ab658e754cab53 100644
|
| --- a/Source/core/rendering/RenderFlexibleBox.h
|
| +++ b/Source/core/rendering/RenderFlexibleBox.h
|
| @@ -145,7 +145,6 @@ private:
|
| void freezeViolations(const Vector<Violation>&, LayoutUnit& availableFreeSpace, double& totalFlexGrow, double& totalWeightedFlexShrink, InflexibleFlexItemSize&, bool hasInfiniteLineLength);
|
|
|
| void resetAutoMarginsAndLogicalTopInCrossAxis(RenderBox*);
|
| - bool needToStretchChild(RenderBox*);
|
| void setLogicalOverrideSize(RenderBox* child, LayoutUnit childPreferredSize);
|
| void prepareChildForPositionedLayout(RenderBox* child, LayoutUnit mainAxisOffset, LayoutUnit crossAxisOffset, PositionedLayoutMode);
|
| size_t numberOfInFlowPositionedChildren(const OrderedFlexItemList&) const;
|
|
|