aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/layout_thread.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-06-16 12:28:43 +0100
committerMs2ger <Ms2ger@gmail.com>2016-06-20 19:08:12 +0200
commit9e2e0ff98c7c42b6bfb24f0846dc0c82e36e7d2c (patch)
treeaa32e333a8bc0c11895213251a226d5b818a4541 /components/layout/layout_thread.rs
parent2c50318ee7c05ab926e27d225a3409c8da86c991 (diff)
downloadservo-9e2e0ff98c7c42b6bfb24f0846dc0c82e36e7d2c.tar.gz
servo-9e2e0ff98c7c42b6bfb24f0846dc0c82e36e7d2c.zip
Move the remainder of layout_interface into script_layout_interface.
Diffstat (limited to 'components/layout/layout_thread.rs')
-rw-r--r--components/layout/layout_thread.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/layout_thread.rs b/components/layout/layout_thread.rs
index 15b756a42e4..22f9f0c802f 100644
--- a/components/layout/layout_thread.rs
+++ b/components/layout/layout_thread.rs
@@ -46,9 +46,9 @@ use query::process_offset_parent_query;
use query::{LayoutRPCImpl, process_content_box_request, process_content_boxes_request};
use query::{process_node_geometry_request, process_node_layer_id_request, process_node_scroll_area_request};
use query::{process_node_overflow_request, process_resolved_style_request, process_margin_style_query};
-use script::layout_interface::{Msg, NewLayoutThreadInfo, Reflow, ReflowQueryType, ScriptReflow};
use script::layout_wrapper::ServoLayoutNode;
use script::reporter::CSSErrorReporter;
+use script_layout_interface::message::{Msg, NewLayoutThreadInfo, Reflow, ReflowQueryType, ScriptReflow};
use script_layout_interface::restyle_damage::{REPAINT, STORE_OVERFLOW, REFLOW_OUT_OF_FLOW, REFLOW};
use script_layout_interface::rpc::{LayoutRPC, MarginStyleResponse, NodeOverflowResponse, OffsetParentResponse};
use script_layout_interface::wrapper_traits::LayoutNode;