mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Move iframe and url fields from Reflow to LayoutTask and LayoutTaskFactory
* Fix #5466
This commit is contained in:
parent
85808c1cdd
commit
a3eaacccf6
5 changed files with 25 additions and 28 deletions
|
@ -146,6 +146,7 @@ impl Pipeline {
|
|||
LayoutTaskFactory::create(None::<&mut LTF>,
|
||||
id,
|
||||
load_data.url.clone(),
|
||||
parent_info.is_some(),
|
||||
layout_pair,
|
||||
pipeline_port,
|
||||
constellation_chan,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue