RESOLVED FIXED249735
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
Radar WebKit Bug Importer
Comment 1 2022-12-21 12:01:03 PST
Simon Fraser (smfr)
Comment 2 2023-01-23 15:45:04 PST
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.