| 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 7d57db8ba1101988585e2c7c2cab6fa1d7b7b5f2..8f14f007e448d32c2a6764b3b3b04a6adad430ce 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -3798,11 +3798,6 @@ void FrameView::didChangeScrollOffset() {
|
| frame().loader().client()->didChangeScrollOffset();
|
| if (frame().isMainFrame())
|
| frame().host()->chromeClient().mainFrameScrollOffsetChanged();
|
| -
|
| - if (!RuntimeEnabledFeatures::rootLayerScrollingEnabled()) {
|
| - // The scroll translation paint property depends on scroll offset.
|
| - setNeedsPaintPropertyUpdate();
|
| - }
|
| }
|
|
|
| void FrameView::clearScrollAnchor() {
|
|
|