| Index: third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| index f5838541bdade15205276545de48c39a58010b78..a01f8a8f471636fffd73bb92d78b438699afa010 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| @@ -399,8 +399,8 @@ void LayoutBlock::layout() {
|
|
|
| // If clamping is delayed, we will restore in PaintLayerScrollableArea::clampScrollPositionsAfterLayout.
|
| // Restoring during the intermediate layout may clamp the scroller to the wrong bounds.
|
| - bool clampingDelayed = PaintLayerScrollableArea::
|
| - DelayScrollPositionClampScope::clampingIsDelayed();
|
| + bool clampingDelayed = PaintLayerScrollableArea::DelayScrollOffsetClampScope::
|
| + clampingIsDelayed();
|
| if (needsScrollAnchoring && !clampingDelayed)
|
| getScrollableArea()->scrollAnchor()->restore();
|
|
|
|
|