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

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

Issue 1834223008: All ancestor multicols must have enough rows before laying out some inner multicol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: No zoom in test. Created 4 years, 9 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: 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 2a08f240c44a25f48c9e133b7b96911efd9f763e..4f304c267beabe50e8c677e9ac5785bff55d835f 100644
--- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
+++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
@@ -97,7 +97,7 @@ public:
LayoutMultiColumnSet* previousSiblingMultiColumnSet() const;
// Return true if we have a fragmentainer group that can hold a column at the specified flow thread block offset.
- bool hasFragmentainerGroupForColumnAt(LayoutUnit bottomOffsetInFlowThread) const;
+ bool hasFragmentainerGroupForColumnAt(LayoutUnit bottomOffsetInFlowThread, PageBoundaryRule) const;
MultiColumnFragmentainerGroup& appendNewFragmentainerGroup();

Powered by Google App Engine
This is Rietveld 408576698