diff options
author | Ms2ger <Ms2ger@gmail.com> | 2016-06-16 02:07:57 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2016-06-20 19:08:07 +0200 |
commit | 86bfd2cc9f14b95c3b6376c6b723ddf77af3fc35 (patch) | |
tree | 13078c74486575fb7e86e0bb577f1673cefc5f5c /components/layout/layout_thread.rs | |
parent | 68d603a6d0a059965d2fa604d153b531cb16d404 (diff) | |
download | servo-86bfd2cc9f14b95c3b6376c6b723ddf77af3fc35.tar.gz servo-86bfd2cc9f14b95c3b6376c6b723ddf77af3fc35.zip |
Move LayoutRPC to script_layout_interface.
Diffstat (limited to 'components/layout/layout_thread.rs')
-rw-r--r-- | components/layout/layout_thread.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/layout_thread.rs b/components/layout/layout_thread.rs index 0493bf9b32e..14179c38985 100644 --- a/components/layout/layout_thread.rs +++ b/components/layout/layout_thread.rs @@ -46,10 +46,10 @@ 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::{LayoutRPC, OffsetParentResponse, NodeOverflowResponse, MarginStyleResponse}; use script::layout_interface::{Msg, NewLayoutThreadInfo, Reflow, ReflowQueryType, ScriptReflow}; use script::reporter::CSSErrorReporter; 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; use script_layout_interface::{OpaqueStyleAndLayoutData, PartialStyleAndLayoutData}; use script_traits::{ConstellationControlMsg, LayoutControlMsg, LayoutMsg as ConstellationMsg}; |