Closed
Bug 1710347
Opened 5 years ago
Closed 5 years ago
Call WebRenderBridgeParent::Destroy() in EraseLayerState()
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
90 Branch
| Tracking | Status | |
|---|---|---|
| firefox90 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file)
For WebRender, EraseLayerState() is called from the followings.
- [1] CompositorBridgeParent::DeallocateLayerTreeId()
- [2] ContentCompositorBridgeParent::DeallocPWebRenderBridgeParent()
On [2], WebRenderBridgeParent::Destroy() is called from WebRenderBridgeParent::ActorDestroy(). But [1] case is not handled yet.
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → sotaro.ikeda.g
| Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Attachment #9221051 -
Attachment description: WIP: Bug 1710347 - Call WebRenderBridgeParent::Destroy() in EraseLayerState() → Bug 1710347 - Call WebRenderBridgeParent::Destroy() in EraseLayerState()
| Assignee | ||
Comment 2•5 years ago
|
||
Pushed by sikeda.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2bd978d8912a
Call WebRenderBridgeParent::Destroy() in EraseLayerState() r=nical,gfx-reviewers
Comment 4•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•