| Index: Source/core/rendering/RenderFlexibleBox.h
|
| diff --git a/Source/core/rendering/RenderFlexibleBox.h b/Source/core/rendering/RenderFlexibleBox.h
|
| index 6048c95cc3fcacfe228d4524a1dfcae9ae7bdee4..c3390583d507595549cceffea526034bcefe1c05 100644
|
| --- a/Source/core/rendering/RenderFlexibleBox.h
|
| +++ b/Source/core/rendering/RenderFlexibleBox.h
|
| @@ -149,7 +149,6 @@
|
|
|
| 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);
|
|
|