Chromium Code Reviews| Index: Source/core/layout/LayoutGrid.cpp |
| diff --git a/Source/core/layout/LayoutGrid.cpp b/Source/core/layout/LayoutGrid.cpp |
| index 41a70387d4d43d696a5d110fc9299e260c7d6a07..38f7239e25f8c5d3f23d25a616fb25a1c3612f7a 100644 |
| --- a/Source/core/layout/LayoutGrid.cpp |
| +++ b/Source/core/layout/LayoutGrid.cpp |
| @@ -1108,7 +1108,7 @@ void LayoutGrid::dirtyGrid() |
| // is still ongoing. |
| // Forcing a new layout for the Grid render would cancel any ongoing painting and ensure |
| // the grid and its children are correctly laid out according to the new style rules. |
| - setNeedsLayout(); |
| + setNeedsLayout(LayoutInvalidationReason::Unknown); |
|
esprehn
2015/03/23 20:19:44
GridChanged ?
|
| m_grid.resize(0); |
| m_gridItemCoordinate.clear(); |