Index: Source/core/rendering/RenderMultiColumnFlowThread.h |
diff --git a/Source/core/rendering/RenderMultiColumnFlowThread.h b/Source/core/rendering/RenderMultiColumnFlowThread.h |
index eb7ffeabdaa907afe10c1b143e2e58c6db157ef2..8e98254bffd75fc5dbd95ed97d2764712f015c83 100644 |
--- a/Source/core/rendering/RenderMultiColumnFlowThread.h |
+++ b/Source/core/rendering/RenderMultiColumnFlowThread.h |
@@ -34,6 +34,8 @@ namespace blink { |
class RenderMultiColumnSet; |
class RenderMultiColumnSpannerPlaceholder; |
+enum BalancedColumnHeightCalculation { GuessFromFlowThreadPortion, StretchBySpaceShortage }; |
+ |
// Flow thread implementation for CSS multicol. This will be inserted as an anonymous child block of |
// the actual multicol container (i.e. the RenderBlockFlow whose style computes to non-auto |
// column-count and/or column-width). RenderMultiColumnFlowThread is the heart of the multicol |