Index: Source/core/rendering/RenderFlexibleBox.h |
diff --git a/Source/core/rendering/RenderFlexibleBox.h b/Source/core/rendering/RenderFlexibleBox.h |
index c3390583d507595549cceffea526034bcefe1c05..6048c95cc3fcacfe228d4524a1dfcae9ae7bdee4 100644 |
--- a/Source/core/rendering/RenderFlexibleBox.h |
+++ b/Source/core/rendering/RenderFlexibleBox.h |
@@ -149,6 +149,7 @@ private: |
void resetAutoMarginsAndLogicalTopInCrossAxis(RenderBox& child); |
void setLogicalOverrideSize(RenderBox& child, LayoutUnit childPreferredSize); |
+ void clearLogicalOverrideSize(RenderBox& child); |
void prepareChildForPositionedLayout(RenderBox& child, LayoutUnit mainAxisOffset, LayoutUnit crossAxisOffset, PositionedLayoutMode); |
size_t numberOfInFlowPositionedChildren(const OrderedFlexItemList&) const; |
void layoutAndPlaceChildren(LayoutUnit& crossAxisOffset, const OrderedFlexItemList&, const Vector<LayoutUnit, 16>& childSizes, LayoutUnit availableFreeSpace, bool relayoutChildren, Vector<LineContext>&, bool hasInfiniteLineLength); |