aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/layout_thread.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-06-15 01:17:35 +0100
committerMs2ger <Ms2ger@gmail.com>2016-06-20 19:02:44 +0200
commitc910ef2072f7d0fb311b212712994abac62b811c (patch)
tree3e50f7a1a3b46841c8eec85df52c09da89667ddc /components/layout/layout_thread.rs
parent310cb5a32697d53dda62dd188f51e6ba90d34af8 (diff)
downloadservo-c910ef2072f7d0fb311b212712994abac62b811c.tar.gz
servo-c910ef2072f7d0fb311b212712994abac62b811c.zip
Introduce a LayoutNodeLayoutData trait for methods to stay in layout.
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 64d37f889d4..d72653dc634 100644
--- a/components/layout/layout_thread.rs
+++ b/components/layout/layout_thread.rs
@@ -85,7 +85,7 @@ use util::thread_state;
use util::workqueue::WorkQueue;
use webrender_helpers::{WebRenderDisplayListConverter, WebRenderFrameBuilder};
use webrender_traits;
-use wrapper::{LayoutNode, NonOpaqueStyleAndLayoutData, ServoLayoutNode};
+use wrapper::{LayoutNode, LayoutNodeLayoutData, NonOpaqueStyleAndLayoutData, ServoLayoutNode};
/// 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;