mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
script: Move the layout_wrapper outside of script.
This allows us to have ensure_data() and clear_data() functions on the TElement trait, instead of hacking around it adding methods in random traits. This also allows us to do some further cleanup, which I'd rather do in a followup.
This commit is contained in:
parent
f9642b36bd
commit
bf9369b29d
17 changed files with 128 additions and 166 deletions
|
@ -14,7 +14,6 @@ extern crate atomic_refcell;
|
|||
#[macro_use]
|
||||
extern crate bitflags;
|
||||
extern crate canvas_traits;
|
||||
extern crate core;
|
||||
extern crate euclid;
|
||||
extern crate fnv;
|
||||
extern crate gfx;
|
||||
|
@ -55,7 +54,7 @@ pub mod animation;
|
|||
mod block;
|
||||
pub mod construct;
|
||||
pub mod context;
|
||||
mod data;
|
||||
pub mod data;
|
||||
pub mod display_list_builder;
|
||||
mod flex;
|
||||
mod floats;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue