Index: third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h |
index ccd7cdadc7d986fcec830f0f2af1066ba2abf8be..dae131afa9f8303c5bcfd06c98ca79a081078baf 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h |
@@ -140,6 +140,8 @@ public: |
// set or spanner. |
void endFlow(LayoutUnit offsetInFlowThread); |
+ void layout() override; |
+ |
void computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const final; |
void attachToFlowThread(); |