Move OpaqueStyleAndLayoutData to script_layout_interface.

This commit is contained in:
Ms2ger 2016-06-15 00:00:28 +01:00
parent 5cab8ff8d2
commit 6aaf3e6a01
11 changed files with 35 additions and 16 deletions

View file

@ -68,6 +68,7 @@ extern crate ref_filter_map;
extern crate ref_slice;
extern crate regex;
extern crate rustc_serialize;
extern crate script_layout_interface;
extern crate script_traits;
extern crate selectors;
extern crate serde;