Bug 282077
Summary: | RenderViewTransitionCapture unconditionally allocates a backing store | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matt Woodrow <mattwoodrow> |
Component: | Layout and Rendering | Assignee: | Matt Woodrow <mattwoodrow> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 282267 |
Matt Woodrow
The RenderLayerBacking for RenderViewTransitionCapture always allocates a backing store, since isSimpleContainerCompositingLayer always returns false for RenderReplaced subclasses.
When being used for a ::view-transition-new() pseudo element, this layer just exists to attach other composited layers to, and doesn't draw anything itself (unless it has box decorations etc).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/138601957>
Matt Woodrow
Pull request: https://github.com/WebKit/WebKit/pull/35702
EWS
Committed 285978@main (2c059ec5441d): <https://commits.webkit.org/285978@main>
Reviewed commits have been landed. Closing PR #35702 and removing active labels.
EWS
Committed 283286.524@safari-7620-branch (76fae8c85e16): <https://commits.webkit.org/283286.524@safari-7620-branch>
Reviewed commits have been landed. Closing PR #2303 and removing active labels.