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 3b1b7cc80d33f2edf14595b69711e9ab47901362..71792af157bf1f06cdd511e66c8657160bc73b03 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.cpp |
+++ b/third_party/WebKit/Source/core/frame/FrameView.cpp |
@@ -2620,7 +2620,6 @@ void FrameView::updateLifecyclePhasesInternal(DocumentLifecycle::LifecycleState |
if (view.compositor()->inCompositingMode()) |
scrollingCoordinator()->updateAfterCompositingChangeIfNeeded(); |
- m_frame->document()->rootScrollerController()->didUpdateCompositing(); |
updateCompositedSelectionIfNeeded(); |
} |
} |