Chromium Code Reviews| Index: Source/core/rendering/RenderFlexibleBox.cpp |
| diff --git a/Source/core/rendering/RenderFlexibleBox.cpp b/Source/core/rendering/RenderFlexibleBox.cpp |
| index 62dfee372307b28119fa28e0ee64d50dc7fef3a5..37a15ceae4b4436b5d720d4e7de5316eeddaa926 100644 |
| --- a/Source/core/rendering/RenderFlexibleBox.cpp |
| +++ b/Source/core/rendering/RenderFlexibleBox.cpp |
| @@ -316,7 +316,7 @@ void RenderFlexibleBox::repositionLogicalHeightDependentFlexItems(Vector<LineCon |
| // If we have a single line flexbox, the line height is all the available space. |
|
tony
2014/06/10 16:30:21
Please update this comment.
harpreet.sk
2014/06/11 08:13:16
Done.
|
| // For flex-direction: row, this means we need to use the height, so we do this after calling updateLogicalHeight. |
| - if (!isMultiline() && lineContexts.size() == 1) |
| + if (lineContexts.size() == 1) |
| lineContexts[0].crossAxisExtent = crossAxisContentExtent(); |
| alignChildren(lineContexts); |