aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/display_list_builder.rs
diff options
context:
space:
mode:
authorDan Fox <iamdanfox@gmail.com>2015-03-03 17:49:10 +0000
committerDan Fox <iamdanfox@gmail.com>2015-03-03 17:49:10 +0000
commitb424de2092b818c9ed76679ffcd6ecfa621e62ef (patch)
tree04f83b0d3fcbefdaa8fe079723e4cd10251ee36f /components/layout/display_list_builder.rs
parent417a932e306438b5cda7a7071412a34d3e503f94 (diff)
downloadservo-b424de2092b818c9ed76679ffcd6ecfa621e62ef.tar.gz
servo-b424de2092b818c9ed76679ffcd6ecfa621e62ef.zip
Extract OpaqueNodeMethods to own file
Diffstat (limited to 'components/layout/display_list_builder.rs')
-rw-r--r--components/layout/display_list_builder.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/layout/display_list_builder.rs b/components/layout/display_list_builder.rs
index 039dbc9c376..7c56c574581 100644
--- a/components/layout/display_list_builder.rs
+++ b/components/layout/display_list_builder.rs
@@ -19,7 +19,8 @@ use fragment::{ScannedTextFragmentInfo, SpecificFragmentInfo};
use inline::InlineFlow;
use list_item::ListItemFlow;
use model;
-use util::{OpaqueNodeMethods, ToGfxColor};
+use util::ToGfxColor;
+use opaque_node::OpaqueNodeMethods;
use geom::{Point2D, Rect, Size2D, SideOffsets2D};
use gfx::color;