| Index: Source/core/layout/LayoutFlowThread.cpp
|
| diff --git a/Source/core/layout/LayoutFlowThread.cpp b/Source/core/layout/LayoutFlowThread.cpp
|
| index 0e29c6bfce41ba1a3d22b70922e740d34dbe7d2e..4f40d991210c546333ad6772ae037c8b65047ab0 100644
|
| --- a/Source/core/layout/LayoutFlowThread.cpp
|
| +++ b/Source/core/layout/LayoutFlowThread.cpp
|
| @@ -58,7 +58,7 @@ void LayoutFlowThread::invalidateRegions()
|
| return;
|
| }
|
|
|
| - setNeedsLayoutAndFullPaintInvalidation();
|
| + setNeedsLayoutAndFullPaintInvalidation(LayoutInvalidationReason::ColumnsChanged);
|
|
|
| m_regionsInvalidated = true;
|
| }
|
|
|