Open
Bug 1872639
Opened 1 year ago
Updated 10 months ago
Build and cache the scroll spatial node in nsHTMLScrollFrame
Categories
(Core :: Graphics: WebRender, task)
Core
Graphics: WebRender
Tracking
()
ASSIGNED
People
(Reporter: gw, Assigned: gw)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
No description provided.
Assignee | ||
Updated•1 year ago
|
Blocks: wr-dl-bypass
Assignee | ||
Comment 1•1 year ago
|
||
This moves calculations for WR scroll nodes in to the Gecko
scroll frame. They are cached in a frame property, however
in this initial implementation they are still rebuilt each
display list build. In future, we'll cache these built frame
properties and only rebuild when invalidated.
Updated•1 year ago
|
Assignee: nobody → gwatson
Status: NEW → ASSIGNED
Updated•10 months ago
|
Attachment #9370674 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•