Move iframe and url fields from Reflow to LayoutTask and LayoutTaskFactory

* Fix #5466
This commit is contained in:
aditya 2015-04-02 12:17:12 -04:00
parent 85808c1cdd
commit a3eaacccf6
5 changed files with 25 additions and 28 deletions

View file

@ -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,