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

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

Issue 1487083003: It's not just the last column set that may need additional fragmentainer groups. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sqrt(squareheight) Created 5 years 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/LayoutMultiColumnFlowThread.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h b/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h
index 8eb73a60fe7baf9d9354326d9bd738207ce142a9..084b16e45e5e74d261db6f5bd8b23282a8d6d94e 100644
--- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h
+++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h
@@ -192,9 +192,6 @@ public:
LayoutMultiColumnFlowThread* enclosingFlowThread() const;
LayoutUnit blockOffsetInEnclosingFlowThread() const { ASSERT(enclosingFlowThread()); return m_blockOffsetInEnclosingFlowThread; }
- // Return true if we have a fragmentainer group that can hold a column at the specified flow thread block offset.
- bool hasFragmentainerGroupForColumnAt(LayoutUnit offsetInFlowThread) const;
-
// If we've run out of columns in the last fragmentainer group (column row), we have to insert
// another fragmentainer group in order to hold more columns. This means that we're moving to
// the next outer column (in the enclosing fragmentation context).

Powered by Google App Engine
This is Rietveld 408576698