Bug 261672 - [GTK] Remove the code to keep previous layer tree host alive
Summary: [GTK] Remove the code to keep previous layer tree host alive
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Carlos Garcia Campos
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2023-09-18 02:26 PDT by Carlos Garcia Campos
Modified: 2023-10-18 05:14 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2023-09-18 02:26:06 PDT
This was used for the ondemand mode when we allowed to exit accelerated compositing mode, but now we force always compositing the first time we enter accelerated compositing mode. The only way to exit accelerated compositing is by setting the policy to never, in which case we don't want to keep the previous layer tree host since it's unlikely we enter it again soon.
Comment 1 Carlos Garcia Campos 2023-09-18 02:33:30 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17853
Comment 2 EWS 2023-10-18 05:14:08 PDT
Committed 269463@main (825a7cc7c424): <https://commits.webkit.org/269463@main>

Reviewed commits have been landed. Closing PR #17853 and removing active labels.