void ScrollingCoordinator::updateSynchronousScrollingReasons(FrameView& frameView) { // FIXME: Once we support async scrolling of iframes, we'll have to track the synchronous scrolling // reasons per frame (maybe on scrolling tree nodes). if (!frameView.frame().isMainFrame()) return; setSynchronousScrollingReasons(synchronousScrollingReasons(frameView)); }
void ScrollingCoordinator::updateSynchronousScrollingReasons() { setSynchronousScrollingReasons(synchronousScrollingReasons()); }