Extract OpaqueNodeMethods to own file

This commit is contained in:
Dan Fox 2015-03-03 17:49:10 +00:00
parent 417a932e30
commit b424de2092
8 changed files with 76 additions and 62 deletions

View file

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