mirror of
https://github.com/servo/servo.git
synced 2025-06-08 08:33:26 +00:00
Make layout only depend on script::layout_interface.
This commit is contained in:
parent
684510bc94
commit
6a1722e18d
6 changed files with 27 additions and 19 deletions
|
@ -34,9 +34,9 @@ use inline::{InlineFragmentNodeInfo, LAST_FRAGMENT_OF_ELEMENT};
|
|||
use list_item::{ListItemFlow, ListStyleTypeContent};
|
||||
use multicol::{MulticolFlow, MulticolColumnFlow};
|
||||
use parallel;
|
||||
use script::dom::bindings::inheritance::{CharacterDataTypeId, ElementTypeId};
|
||||
use script::dom::bindings::inheritance::{HTMLElementTypeId, NodeTypeId};
|
||||
use script::dom::htmlobjectelement::is_image_data;
|
||||
use script::layout_interface::is_image_data;
|
||||
use script::layout_interface::{CharacterDataTypeId, ElementTypeId};
|
||||
use script::layout_interface::{HTMLElementTypeId, NodeTypeId};
|
||||
use std::borrow::ToOwned;
|
||||
use std::collections::LinkedList;
|
||||
use std::marker::PhantomData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue