Bug 220590 - [WPE][GTK] Mark that the AminatedBackingStoreClient has changed only when layer requires it
Summary: [WPE][GTK] Mark that the AminatedBackingStoreClient has changed only when lay...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Miguel Gomez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-13 07:19 PST by Miguel Gomez
Modified: 2021-01-18 02:24 PST (History)
7 users (show)

See Also:


Attachments
Patch (2.39 KB, patch)
2021-01-13 08:22 PST, Miguel Gomez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Miguel Gomez 2021-01-13 07:19:16 PST
Currently CoordinatedGraphicsLayer marks the AnimatedBackingStoreClient as changed with each layer flush, even if the layer doesn't require a client (and the value is null). Modify this so layers that don't require those clients don't modify them.
Comment 1 Miguel Gomez 2021-01-13 08:22:38 PST
Created attachment 417534 [details]
Patch
Comment 2 EWS 2021-01-18 01:12:56 PST
zan@falconsigh.net does not have reviewer permissions according to https://svn.webkit.org/repository/webkit/trunk/Tools/Scripts/webkitpy/common/config/contributors.json.

Rejecting attachment 417534 [details] from commit queue.
Comment 3 EWS 2021-01-18 02:24:30 PST
Committed r271576: <https://trac.webkit.org/changeset/271576>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 417534 [details].