| Index: third_party/WebKit/Source/core/layout/FragmentainerIterator.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/FragmentainerIterator.cpp b/third_party/WebKit/Source/core/layout/FragmentainerIterator.cpp
|
| index 92c11a334ddb5d82cf3d8cdcbd4428011ce17853..b78d9865079cf8892cfe178dfc4405fbd9853ae2 100644
|
| --- a/third_party/WebKit/Source/core/layout/FragmentainerIterator.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/FragmentainerIterator.cpp
|
| @@ -34,7 +34,7 @@ FragmentainerIterator::FragmentainerIterator(const LayoutFlowThread& flowThread,
|
| return;
|
| }
|
| // Then find the first interesting fragmentainer group.
|
| - m_currentFragmentainerGroupIndex = m_currentColumnSet->fragmentainerGroupIndexAtFlowThreadOffset(m_logicalTopInFlowThread);
|
| + m_currentFragmentainerGroupIndex = m_currentColumnSet->fragmentainerGroupIndexAtFlowThreadOffset(m_logicalTopInFlowThread, LayoutBox::AssociateWithLatterPage);
|
|
|
| // Now find the first and last fragmentainer we're interested in. We'll also clip against
|
| // the clip rect here. In case the clip rect doesn't intersect with any of the
|
|
|