mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01: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
|
@ -6,8 +6,8 @@
|
|||
|
||||
use gfx::display_list::OpaqueNode;
|
||||
use libc::{c_void, uintptr_t};
|
||||
use script::dom::bindings::js::LayoutJS;
|
||||
use script::dom::node::Node;
|
||||
use script::layout_interface::LayoutJS;
|
||||
use script::layout_interface::Node;
|
||||
use script::layout_interface::TrustedNodeAddress;
|
||||
use script_traits::UntrustedNodeAddress;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue