RESOLVED FIXED243896
WebViewImpl::isUsingUISideCompositing() should not rely on there being a DrawingAreaProxy
https://bugs.webkit.org/show_bug.cgi?id=243896
Summary WebViewImpl::isUsingUISideCompositing() should not rely on there being a Draw...
Simon Fraser (smfr)
Reported 2022-08-12 13:21:23 PDT
WebViewImpl::isUsingUISideCompositing() gets called before we've created a DrawingAreaProxy, so returns false then. In order to use the new WKScrollView/WKContentView code path, we need it to give an accurate result.
Attachments
Simon Fraser (smfr)
Comment 1 2022-08-12 13:23:33 PDT
EWS
Comment 2 2022-08-14 21:47:41 PDT
Committed 253417@main (1dfe5d397bd9): <https://commits.webkit.org/253417@main> Reviewed commits have been landed. Closing PR #3273 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2022-08-14 21:48:17 PDT
Note You need to log in before you can comment on or make changes to this bug.