mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +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
|
@ -42,6 +42,7 @@ pub trait LayoutTaskFactory {
|
|||
fn create(_phantom: Option<&mut Self>,
|
||||
id: PipelineId,
|
||||
url: Url,
|
||||
is_iframe: bool,
|
||||
chan: OpaqueScriptLayoutChannel,
|
||||
pipeline_port: Receiver<LayoutControlMsg>,
|
||||
constellation_chan: ConstellationChan,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue