diff options
author | bors-servo <metajack+bors@gmail.com> | 2014-12-17 18:45:49 -0700 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2014-12-17 18:45:49 -0700 |
commit | fbf42c951b2f53d91e2f32f8035484a07ea83493 (patch) | |
tree | 1d7bfb30cbddebba633fe1f2c8844cf4133aabc1 /components/script/layout_interface.rs | |
parent | b8900782b0fcb409f37189bdc08eb7f8b3564a5f (diff) | |
parent | 1a9be88a1d1f9138287f5b1ee04300b7e1bd7025 (diff) | |
download | servo-fbf42c951b2f53d91e2f32f8035484a07ea83493.tar.gz servo-fbf42c951b2f53d91e2f32f8035484a07ea83493.zip |
auto merge of #4405 : servo/servo/rustup_20141124, r=jdm
Diffstat (limited to 'components/script/layout_interface.rs')
-rw-r--r-- | components/script/layout_interface.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/script/layout_interface.rs b/components/script/layout_interface.rs index 0f3f4fbacbf..380289fd091 100644 --- a/components/script/layout_interface.rs +++ b/components/script/layout_interface.rs @@ -6,6 +6,10 @@ /// coupling between these two components, and enables the DOM to be placed in a separate crate /// from layout. +pub use self::Msg::*; +pub use self::ReflowGoal::*; +pub use self::ReflowQueryType::*; + use dom::node::LayoutDataRef; use geom::point::Point2D; |