| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index fc8f37723622c32a6de17ab60b65e731e45b1271..bbaf24d203cd1475d8a184f79223713fce54cb99 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -965,7 +965,7 @@ bool FrameView::shouldPerformScrollAnchoring() const {
|
| return RuntimeEnabledFeatures::scrollAnchoringEnabled() &&
|
| !RuntimeEnabledFeatures::rootLayerScrollingEnabled() &&
|
| m_scrollAnchor.hasScroller() &&
|
| - layoutBox()->style()->overflowAnchor() != AnchorNone &&
|
| + layoutBox()->style()->overflowAnchor() != EOverflowAnchor::None &&
|
| !m_frame->document()->finishingOrIsPrinting();
|
| }
|
|
|
|
|