Index: Source/core/rendering/RenderMultiColumnFlowThread.h |
diff --git a/Source/core/rendering/RenderMultiColumnFlowThread.h b/Source/core/rendering/RenderMultiColumnFlowThread.h |
index 3d668dc52513783fb8b5d0c6124f5a913c38e202..a2a149abf6f512382acb32d08b0acb22188e4583 100644 |
--- a/Source/core/rendering/RenderMultiColumnFlowThread.h |
+++ b/Source/core/rendering/RenderMultiColumnFlowThread.h |
@@ -104,7 +104,7 @@ private: |
LayoutUnit m_columnWidth; // The used value of column-width |
LayoutUnit m_columnHeightAvailable; // Total height available to columns, or 0 if auto. |
bool m_inBalancingPass; // Set when relayouting for column balancing. |
- bool m_needsRebalancing; |
+ bool m_needsColumnHeightsRecalculation; // Set when we need to recalculate the column set heights after layout. |
}; |
} // namespace WebCore |