| 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 8e413135d2792c063e08c46f16096b1b88dc2707..b399a32fa53bbc0c20220711b1605d8232dfff4d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| @@ -417,8 +417,8 @@ void LayoutBlock::layout() {
|
| // 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();
|
|
|
|
|