Bug 261924 - Prevent compositing ancestors for backdrop layers that don't get created
Summary: Prevent compositing ancestors for backdrop layers that don't get created
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-09-21 17:51 PDT by Matt Woodrow
Modified: 2023-09-21 17:52 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Woodrow 2023-09-21 17:51:42 PDT
We have a limit on backdrop layers, implemented in GraphicsLayerCA which disables the backdrop layer if we have too many.

This doesn't stop the backdrop structural layer from being created though, and it also doesn't stop ancestor RenderLayers from becoming composited.

We should probably try to determine the limits at the RenderLayer level, so that we can avoid all the other layerization changes (all which can use extra memory).
Comment 1 Radar WebKit Bug Importer 2023-09-21 17:52:27 PDT
<rdar://problem/115869773>