mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Stop reexporting ReflowGoal from layout_interface.
This commit is contained in:
parent
39ba25572b
commit
9dc85e0d40
6 changed files with 10 additions and 9 deletions
|
@ -24,11 +24,11 @@ use std::any::Any;
|
|||
use std::sync::Arc;
|
||||
use std::sync::mpsc::{Receiver, Sender, channel};
|
||||
use string_cache::Atom;
|
||||
use style::context::ReflowGoal;
|
||||
use style::stylesheets::Stylesheet;
|
||||
use url::Url;
|
||||
use util::ipc::OptionalOpaqueIpcSender;
|
||||
|
||||
pub use style::context::ReflowGoal;
|
||||
pub use dom::node::TrustedNodeAddress;
|
||||
|
||||
/// Asynchronous messages that script can send to layout.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue