Introduce a LayoutNodeLayoutData trait for methods to stay in layout.

This commit is contained in:
Ms2ger 2016-06-15 01:17:35 +01:00
parent 310cb5a326
commit c910ef2072
2 changed files with 5 additions and 1 deletions

View file

@ -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;