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

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

Issue 2345583004: Add PageBoundaryRule parameter to fragmentainerGroupAtFlowThreadOffset(). (Closed)
Patch Set: Created 4 years, 3 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/ColumnBalancer.h
diff --git a/third_party/WebKit/Source/core/layout/ColumnBalancer.h b/third_party/WebKit/Source/core/layout/ColumnBalancer.h
index 17f6152dbf9d829dec36b8ba1dead424f7c60552..d275963f153fd7126969c6e17394965288c56092 100644
--- a/third_party/WebKit/Source/core/layout/ColumnBalancer.h
+++ b/third_party/WebKit/Source/core/layout/ColumnBalancer.h
@@ -23,7 +23,7 @@ protected:
const MultiColumnFragmentainerGroup& groupAtOffset(LayoutUnit offsetInFlowThread) const
{
- return m_columnSet.fragmentainerGroupAtFlowThreadOffset(offsetInFlowThread);
+ return m_columnSet.fragmentainerGroupAtFlowThreadOffset(offsetInFlowThread, LayoutBox::AssociateWithLatterPage);
}
LayoutUnit offsetFromColumnLogicalTop(LayoutUnit offsetInFlowThread) const

Powered by Google App Engine
This is Rietveld 408576698