| Index: third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| index 7d04c866abaaed432f8075701341bc6d0cb3cb2c..2d3120b6a6d5278949e0aed5ffebd6ef522d4b34 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| @@ -1226,7 +1226,7 @@ LayoutUnit LayoutFlexibleBox::adjustChildSizeForMinAndMax(
|
| // percentage min size, but we have an indefinite size in that axis.
|
| minExtent = std::max(LayoutUnit(), minExtent);
|
| } else if (min.isAuto() && !child.styleRef().containsSize() &&
|
| - mainAxisOverflowForChild(child) == EOverflow::Visible &&
|
| + mainAxisOverflowForChild(child) == EOverflow::kVisible &&
|
| !(isColumnFlow() && child.isFlexibleBox())) {
|
| // TODO(cbiesinger): For now, we do not handle min-height: auto for nested
|
| // column flexboxes. We need to implement
|
|
|