Stop reexporting ReflowGoal from layout_interface.

This commit is contained in:
Ms2ger 2016-01-11 09:54:25 +01:00
parent 39ba25572b
commit 9dc85e0d40
6 changed files with 10 additions and 9 deletions

View file

@ -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.