mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Move the remainder of layout_interface into script_layout_interface.
This commit is contained in:
parent
2c50318ee7
commit
9e2e0ff98c
16 changed files with 39 additions and 27 deletions
|
@ -14,7 +14,7 @@ use dom::element::Element;
|
|||
use dom::htmlelement::HTMLElement;
|
||||
use dom::node::{ChildrenMutation, Node, document_from_node, window_from_node};
|
||||
use dom::virtualmethods::VirtualMethods;
|
||||
use layout_interface::Msg;
|
||||
use script_layout_interface::message::Msg;
|
||||
use std::sync::Arc;
|
||||
use string_cache::Atom;
|
||||
use style::media_queries::parse_media_query_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue