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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBlock.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/LayoutBlock.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h
index bfdb61b3460d0c0b70bb7344d535fba98d025df6..de1c278042e569d8d3ae0612ad2e9f740245bd43 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
@@ -454,11 +454,6 @@ protected:
// applying any forced or unforced break, if needed.
void paginatedContentWasLaidOut(LayoutUnit logicalTopOffsetAfterPagination);
- // Update minimum page height required to avoid fragmentation where it shouldn't occur (inside
- // unbreakable content, between orphans and widows, etc.). This will be used as a hint to the
- // column balancer to help set a good minimum column height.
- void updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight);
-
// Adjust from painting offsets to the local coords of this layoutObject
void offsetForContents(LayoutPoint&) const;
« no previous file with comments | « third_party/WebKit/Source/core/layout/ColumnBalancer.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutBlock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698