From 2f6e94943a0b444eb0b2c38ad9b302799447d44d Mon Sep 17 00:00:00 2001 From: Bobby Holley Date: Wed, 18 Nov 2015 16:59:40 -0800 Subject: Rename Layout*Trait to Layout*. The next step will be to remote the Servo-specificity of the layout code we want to share by making it operate generically on Layout*. --- components/layout/layout_task.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/layout/layout_task.rs') diff --git a/components/layout/layout_task.rs b/components/layout/layout_task.rs index c027bdb8787..0ce3744d9ac 100644 --- a/components/layout/layout_task.rs +++ b/components/layout/layout_task.rs @@ -82,7 +82,7 @@ use util::opts; use util::task::spawn_named_with_send_on_failure; use util::task_state; use util::workqueue::WorkQueue; -use wrapper::{LayoutDocumentTrait, LayoutElementTrait, ServoLayoutNode, LayoutNodeTrait, ThreadSafeLayoutNode}; +use wrapper::{LayoutDocument, LayoutElement, LayoutNode, ServoLayoutNode, ThreadSafeLayoutNode}; /// The number of screens of data we're allowed to generate display lists for in each direction. pub const DISPLAY_PORT_SIZE_FACTOR: i32 = 8; -- cgit v1.2.3