mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
script: Make trees less generic
This commit is contained in:
parent
44a8b0987c
commit
199ca33b72
23 changed files with 382 additions and 523 deletions
|
@ -43,16 +43,13 @@ use servo_net::local_image_cache::{ImageResponder, LocalImageCache};
|
|||
use servo_util::geometry::Au;
|
||||
use servo_util::time::{ProfilerChan, profile};
|
||||
use servo_util::time;
|
||||
use servo_util::tree::TreeNodeRef;
|
||||
use std::cast::transmute;
|
||||
use std::cast;
|
||||
use std::cell::Cell;
|
||||
use std::comm::Port;
|
||||
use std::task;
|
||||
use std::util;
|
||||
use style::AuthorOrigin;
|
||||
use style::Stylesheet;
|
||||
use style::Stylist;
|
||||
use style::{AuthorOrigin, Stylesheet, Stylist};
|
||||
|
||||
/// Information needed by the layout task.
|
||||
struct LayoutTask {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue