mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
parent
7a5f15f137
commit
1ae3bda172
17 changed files with 154 additions and 196 deletions
|
@ -23,6 +23,7 @@ use gfx::render_task::RenderChan;
|
|||
use servo_msg::constellation_msg::{ConstellationChan, PipelineId};
|
||||
use servo_msg::constellation_msg::Failure;
|
||||
use servo_net::image_cache_task::ImageCacheTask;
|
||||
use servo_net::resource_task::ResourceTask;
|
||||
use servo_util::opts::Opts;
|
||||
use servo_util::time::TimeProfilerChan;
|
||||
use script_traits::{ScriptControlChan, OpaqueScriptLayoutChannel};
|
||||
|
@ -48,6 +49,7 @@ pub trait LayoutTaskFactory {
|
|||
failure_msg: Failure,
|
||||
script_chan: ScriptControlChan,
|
||||
render_chan: RenderChan,
|
||||
resource_task: ResourceTask,
|
||||
img_cache_task: ImageCacheTask,
|
||||
font_cache_task: FontCacheTask,
|
||||
opts: Opts,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue