Index: Source/core/rendering/RenderFlexibleBox.h |
diff --git a/Source/core/rendering/RenderFlexibleBox.h b/Source/core/rendering/RenderFlexibleBox.h |
index 4309c2784930499a600afe219af310ae3f0a4053..5b7ace5ad06957c2d1696b956c341f4d82f75502 100644 |
--- a/Source/core/rendering/RenderFlexibleBox.h |
+++ b/Source/core/rendering/RenderFlexibleBox.h |
@@ -122,7 +122,7 @@ private: |
LayoutUnit preferredMainAxisContentExtentForChild(RenderBox* child, bool hasInfiniteLineLength, bool relayoutChildren = false); |
bool childPreferredMainAxisContentExtentRequiresLayout(RenderBox* child, bool hasInfiniteLineLength) const; |
- void layoutFlexItems(bool relayoutChildren, Vector<LineContext>&); |
+ void layoutFlexItems(bool relayoutChildren); |
LayoutUnit autoMarginOffsetInMainAxis(const OrderedFlexItemList&, LayoutUnit& availableFreeSpace); |
void updateAutoMarginsInMainAxis(RenderBox* child, LayoutUnit autoMarginOffset); |
bool hasAutoMarginsInCrossAxis(RenderBox* child) const; |