Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1195)

Unified Diff: Source/core/layout/LayoutFlowThread.h

Issue 1209693002: Remove LayoutFlowThread::maxLogicalHeight(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698