Closed
Bug 1855886
Opened 2 years ago
Closed 2 years ago
Destroy RenderTextureHost by the created TextureHost
Categories
(Core :: Graphics, task)
Core
Graphics
Tracking
()
RESOLVED
FIXED
120 Branch
| Tracking | Status | |
|---|---|---|
| firefox120 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
Details
Attachments
(1 file)
Both WebRenderTextureHost and its wrapped TextureHost try to destroy RenderTextureHost. It is redundant.
WebRenderTextureHost does not create RenderTextureHost, then WebRenderTextureHost does not need to destroy the RenderTextureHost.
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → sotaro.ikeda.g
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by sikeda.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/55fc90da3cff
Destroy RenderTextureHost by the created TextureHost r=gfx-reviewers,lsalzman
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox120:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•