| 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 fc80cc42c085f3105dc91a4ed15fe70f42bccf71..648ff5a06290b99b0985eaf66b91a6a6f91a9dca 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
 | 
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
 | 
| @@ -1216,7 +1216,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) == OverflowVisible &&
 | 
| +             mainAxisOverflowForChild(child) == EOverflow::Visible &&
 | 
|               !(isColumnFlow() && child.isFlexibleBox())) {
 | 
|      // TODO(cbiesinger): For now, we do not handle min-height: auto for nested
 | 
|      // column flexboxes. We need to implement
 | 
| 
 |