Index: Source/core/layout/LayoutFlowThread.h |
diff --git a/Source/core/layout/LayoutFlowThread.h b/Source/core/layout/LayoutFlowThread.h |
index 7ddc2c455c551bec304f218e0a99ec96f8dc5c0c..cc574b4deb43fb0f750c99e76b83c64fd2f75f15 100644 |
--- a/Source/core/layout/LayoutFlowThread.h |
+++ b/Source/core/layout/LayoutFlowThread.h |
@@ -113,9 +113,6 @@ public: |
virtual LayoutPoint visualPointToFlowThreadPoint(const LayoutPoint& visualPoint) const = 0; |
- // Used to estimate the maximum height of the flow thread. |
- static LayoutUnit maxLogicalHeight() { return LayoutUnit::max() / 2; } |
- |
virtual LayoutMultiColumnSet* columnSetAtBlockOffset(LayoutUnit) const = 0; |
virtual const char* name() const = 0; |