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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h

Issue 1406973008: Calculate minimum column height after layout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: code review Created 5 years, 1 month 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: 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.

Powered by Google App Engine
This is Rietveld 408576698