Hi Team, While going through Blink's commit, I came across another early return potential optimization, which I think would be good to add to WebKit. Blink Commit - https://chromium.googlesource.com/chromium/blink/+/1add5ffe5081cf282014bc4cfe04b8637244c607 WebKit Source - https://searchfox.org/wubkat/source/Source/WebCore/rendering/RenderLayerScrollableArea.cpp#1750 ___ It compiles locally with following: if (!m_resizer && !m_layer.canResize()) return; ___ Just wanted to raise this bug for input and if this can also give optimization to WebKit then I can do PR. Thanks!
Running via EWS to see if there is any regression or test failures - https://github.com/WebKit/WebKit/pull/9594 On normal local build, I didn't see any glitches etc.
<rdar://problem/105268291>
Committed 260857@main (b5f2eee537a0): <https://commits.webkit.org/260857@main> Reviewed commits have been landed. Closing PR #9594 and removing active labels.