Closed
Bug 1351495
Opened 8 years ago
Closed 8 years ago
Figure out how to integrate DisplayItemLayer and WR blob renderer
Categories
(Core :: Graphics: WebRender, enhancement)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mchang, Assigned: mchang)
References
Details
For items such as nsDisplaySVGGeometry and ThemedBackground, we probably can't convert these directly to WR display items. nsDisplaySVG is too complicated and ThemedBackground usually has to call into native APIs to draw things. This will probably use the blob renderer. Figure out how to integrate those items + DisplayItemLayer or if it should bypass them completely.
Comment 1•8 years ago
|
||
I suspect we can have the blob renderer handle painted layers and then just let nsDisplaySVGGeometry and ThemedBackground be grouped into painted layers for now.
Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•