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
249735
Remove the empty CATransaction in RemoteLayerTreeDrawingArea::displayDidRefresh()
https://bugs.webkit.org/show_bug.cgi?id=249735
Summary
Remove the empty CATransaction in RemoteLayerTreeDrawingArea::displayDidRefre...
Simon Fraser (smfr)
Reported
2022-12-21 12:00:37 PST
With UI-side compositing (and IOKit blocking) we should never have IOSurfaces in the web content process, so we should be able to remove this code in RemoteLayerTreeDrawingArea::displayDidRefresh(): // This empty transaction serves to trigger CA's garbage collection of IOSurfaces. See <
rdar://problem/16110687
> [CATransaction begin]; [CATransaction commit];
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-12-21 12:01:03 PST
<
rdar://problem/103608610
>
Simon Fraser (smfr)
Comment 2
2023-01-23 15:45:04 PST
Pull request:
https://github.com/WebKit/WebKit/pull/8999
EWS
Comment 3
2023-01-24 11:18:56 PST
Committed
259296@main
(608305feff3b): <
https://commits.webkit.org/259296@main
> Reviewed commits have been landed. Closing PR #8999 and removing active labels.
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