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 2f29d06a0dbdcdec6c36a29b2b91cad312a3f42a..c5884e9524104f591a29112a9ae8ff9b10473c62 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h |
@@ -111,8 +111,6 @@ public: |
LayoutPoint visualPointToFlowThreadPoint(const LayoutPoint& visualPoint) const; |
- void updateMinimumColumnHeight(LayoutUnit offsetInFlowThread, LayoutUnit height); |
- |
// (Re-)calculate the column height if it's auto. This is first and foremost needed by sets that |
// are to balance the column height, but even when it isn't to be balanced, this is necessary if |
// the multicol container's height is constrained. |