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*.
This commit is contained in:
Bobby Holley 2015-11-18 16:59:40 -08:00
parent 9dd45b9f2a
commit 2f6e94943a
6 changed files with 17 additions and 17 deletions

View file

@ -17,7 +17,7 @@ use std::cell::RefCell;
use std::mem;
use util::opts;
use util::tid::tid;
use wrapper::{ServoLayoutNode, LayoutNodeTrait, layout_node_to_unsafe_layout_node};
use wrapper::{LayoutNode, ServoLayoutNode, layout_node_to_unsafe_layout_node};
use wrapper::{ThreadSafeLayoutNode, UnsafeLayoutNode};
/// Every time we do another layout, the old bloom filters are invalid. This is