| 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 95f3d4a5fc88c408e4ec6e29e31c3ee3c582ed14..478c3265e9db797eef635d5800592d2ec0d5cb90 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| @@ -880,6 +880,7 @@ LayoutUnit LayoutFlexibleBox::computeInnerFlexBaseSizeForChild(LayoutBox& child,
|
| if (childLayoutType == NeverLayout)
|
| return LayoutUnit();
|
|
|
| + updateBlockChildDirtyBitsBeforeLayout(childLayoutType == ForceLayout, child);
|
| if (child.needsLayout() || childLayoutType == ForceLayout || !m_intrinsicSizeAlongMainAxis.contains(&child)) {
|
| child.forceChildLayout();
|
| cacheChildMainSize(child);
|
|
|