mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Import net as net rather than servo_net.
This commit is contained in:
parent
29d3b872de
commit
a09a912178
30 changed files with 56 additions and 57 deletions
|
@ -31,7 +31,7 @@ use geom::num::Zero;
|
|||
use libc::uintptr_t;
|
||||
use paint_task::PaintLayer;
|
||||
use msg::compositor_msg::LayerId;
|
||||
use servo_net::image::base::Image;
|
||||
use net::image::base::Image;
|
||||
use util::cursor::Cursor;
|
||||
use util::dlist as servo_dlist;
|
||||
use util::geometry::{self, Au, MAX_RECT, ZERO_RECT};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue