WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
243896
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
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2022-08-12 13:23:33 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/3273
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
<
rdar://problem/98653866
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug