Index: third_party/WebKit/Source/core/layout/LayoutGrid.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutGrid.cpp b/third_party/WebKit/Source/core/layout/LayoutGrid.cpp |
index 6aed9bbb19ad6c2026681eb1077fc704050868bc..ac08e774401aa3279283f0381f9c7d4476ba68f9 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutGrid.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutGrid.cpp |
@@ -2612,9 +2612,6 @@ void LayoutGrid::layoutPositionedObjects(bool relayoutChildren, |
return; |
for (auto* child : *positionedDescendants) { |
- if (!child->needsLayout()) |
- continue; |
- |
if (isOrthogonalChild(*child)) { |
// FIXME: Properly support orthogonal writing mode. |
continue; |