Closed
Bug 1628130
Opened 5 years ago
Closed 5 years ago
webrender::prim_store::PrimitiveSceneData is never used
Categories
(Core :: Graphics: WebRender, defect, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: jimb, Assigned: jimb)
Details
Attachments
(1 file)
Nothing in WebRender ever retrieves InternData
stored for anything other than a clip node, so the PrimitiveSceneData
struct is never used, and can be deleted.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Priority: -- → P3
Updated•5 years ago
|
Assignee: nobody → jimb
Attachment #9139002 -
Attachment description: Bug 1628130: Delete webrender::prim_store::PrimitiveSceneData. → Bug 1628130: Delete webrender::prim_store::PrimitiveSceneData. r?gw
Status: NEW → ASSIGNED
Pushed by jblandy@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6473560b6400
Delete webrender::prim_store::PrimitiveSceneData. r=gw
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•