aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/layout_task.rs
diff options
context:
space:
mode:
authorBobby Holley <bobbyholley@gmail.com>2015-11-18 16:59:40 -0800
committerBobby Holley <bobbyholley@gmail.com>2015-11-18 17:24:36 -0800
commit2f6e94943a0b444eb0b2c38ad9b302799447d44d (patch)
treee51f5a4bbc6d61e65531d2daad76ac044031e355 /components/layout/layout_task.rs
parent9dd45b9f2ac555aa478b0c5e760bd8c718c76627 (diff)
downloadservo-2f6e94943a0b444eb0b2c38ad9b302799447d44d.tar.gz
servo-2f6e94943a0b444eb0b2c38ad9b302799447d44d.zip
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*.
Diffstat (limited to 'components/layout/layout_task.rs')
-rw-r--r--components/layout/layout_task.rs2
1 files changed, 1 insertions, 1 deletions
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;