| Index: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| index 9055171269ed03b6c9241c9fd4ded2fefdfc49ae..55204f6485b016617a0ae1b631052fe054d96a23 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| @@ -405,7 +405,7 @@ void PaintLayerScrollableArea::updateScrollOffset(const ScrollOffset& newOffset,
|
| layer()->updateLayerPositionsAfterOverflowScroll();
|
| // Update regions, scrolling may change the clip of a particular region.
|
| frameView->updateDocumentAnnotatedRegions();
|
| - frameView->setNeedsUpdateWidgetGeometries();
|
| + frameView->setNeedsUpdateGeometries();
|
| updateCompositingLayersAfterScroll();
|
| }
|
|
|
|
|