mirror of
https://github.com/servo/servo.git
synced 2025-10-12 06:20:26 +01:00
Update for language changes
This commit is contained in:
parent
a01f6b97f2
commit
56e5ba1b82
109 changed files with 1182 additions and 988 deletions
|
@ -9,13 +9,13 @@
|
|||
use dom::node::{AbstractNode, ScriptView, LayoutView};
|
||||
use script_task::{ScriptMsg, ScriptChan};
|
||||
|
||||
use core::comm::{Chan, SharedChan};
|
||||
use std::comm::{Chan, SharedChan};
|
||||
use geom::rect::Rect;
|
||||
use geom::size::Size2D;
|
||||
use geom::point::Point2D;
|
||||
use gfx::geometry::Au;
|
||||
use newcss::stylesheet::Stylesheet;
|
||||
use std::net::url::Url;
|
||||
use extra::net::url::Url;
|
||||
|
||||
/// Asynchronous messages that script can send to layout.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue