| Index: sky/engine/core/rendering/RenderFlexibleBox.cpp
|
| diff --git a/sky/engine/core/rendering/RenderFlexibleBox.cpp b/sky/engine/core/rendering/RenderFlexibleBox.cpp
|
| index 349314e53e9c1dfbec3fa01f01f339091228d59a..e81aaa5924d4efbd57e6d5f897c3a138fd539996 100644
|
| --- a/sky/engine/core/rendering/RenderFlexibleBox.cpp
|
| +++ b/sky/engine/core/rendering/RenderFlexibleBox.cpp
|
| @@ -990,9 +990,6 @@ void RenderFlexibleBox::layoutAndPlaceChildren(LayoutUnit& crossAxisOffset, cons
|
| continue;
|
| }
|
|
|
| - // FIXME Investigate if this can be removed based on other flags. crbug.com/370010
|
| - child->setMayNeedPaintInvalidation(true);
|
| -
|
| LayoutUnit childPreferredSize = childSizes[i] + mainAxisBorderAndPaddingExtentForChild(child);
|
| setLogicalOverrideSize(child, childPreferredSize);
|
| if (childPreferredSize != mainAxisExtentForChild(child)) {
|
|
|