mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Stop storing display lists in an Arc
This commit is contained in:
parent
7ca570dd1d
commit
6b9924bec4
2 changed files with 5 additions and 8 deletions
|
@ -51,7 +51,7 @@ pub struct LayoutThreadData {
|
|||
pub constellation_chan: IpcSender<ConstellationMsg>,
|
||||
|
||||
/// The root stacking context.
|
||||
pub display_list: Option<Arc<DisplayList>>,
|
||||
pub display_list: Option<DisplayList>,
|
||||
|
||||
pub indexable_text: IndexableText,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue