Move LayoutNode and related traits to script_layout_interface.

This commit is contained in:
Ms2ger 2016-06-15 15:04:04 +01:00
parent 000e2de57a
commit 0d0b268138
15 changed files with 408 additions and 359 deletions

View file

@ -19,11 +19,19 @@
extern crate bitflags;
extern crate canvas_traits;
extern crate core;
extern crate gfx_traits;
extern crate heapsize;
extern crate ipc_channel;
extern crate msg;
extern crate range;
extern crate selectors;
#[macro_use(atom, ns)]
extern crate string_cache;
extern crate style;
extern crate url;
pub mod restyle_damage;
pub mod wrapper_traits;
use canvas_traits::CanvasMsg;
use core::nonzero::NonZero;