| Index: third_party/WebKit/Source/core/layout/LayoutState.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutState.cpp b/third_party/WebKit/Source/core/layout/LayoutState.cpp
|
| index a3f4bf14b8c53973c7977f18bddcd1286c6c819e..ab542023fee72bba23cafbec30f1484182cbaf64 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutState.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutState.cpp
|
| @@ -79,7 +79,7 @@ LayoutState::LayoutState(LayoutBox& layoutObject,
|
| // away we are from the start of the pagination context.
|
| m_paginationOffset = m_next->m_paginationOffset;
|
| bool fixed = layoutObject.isOutOfFlowPositioned() &&
|
| - layoutObject.style()->position() == FixedPosition;
|
| + layoutObject.style()->position() == EPosition::kFixed;
|
| if (fixed)
|
| return;
|
| m_paginationOffset =
|
|
|