| Index: Source/core/rendering/RenderFlexibleBox.h
|
| diff --git a/Source/core/rendering/RenderFlexibleBox.h b/Source/core/rendering/RenderFlexibleBox.h
|
| index 6e7a8f2b417379e1d4cd84f55f7b697893001623..2c3c26f5dd17ac306a6803aff21fc7a72531a8f4 100644
|
| --- a/Source/core/rendering/RenderFlexibleBox.h
|
| +++ b/Source/core/rendering/RenderFlexibleBox.h
|
| @@ -117,7 +117,7 @@ private:
|
| // FIXME: Supporting layout deltas.
|
| void setFlowAwareLocationForChild(RenderBox* child, const LayoutPoint&);
|
| void adjustAlignmentForChild(RenderBox* child, LayoutUnit);
|
| - EAlignItems alignmentForChild(RenderBox* child) const;
|
| + ItemPosition alignmentForChild(RenderBox* child) const;
|
| LayoutUnit mainAxisBorderAndPaddingExtentForChild(RenderBox* child) const;
|
| LayoutUnit mainAxisScrollbarExtentForChild(RenderBox* child) const;
|
| LayoutUnit preferredMainAxisContentExtentForChild(RenderBox* child, bool hasInfiniteLineLength);
|
|
|