mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Move the gfx::geometry module to servo_util::geometry.
This is part of #1006, in order to use Au from the script crate without introducing a circular crate dependency.
This commit is contained in:
parent
321f56c242
commit
a325905fa6
23 changed files with 29 additions and 29 deletions
|
@ -6,7 +6,7 @@ use dom::bindings::utils::{DOMString, ErrorResult, null_str_as_empty};
|
|||
use dom::htmlelement::HTMLElement;
|
||||
use dom::node::{ScriptView, AbstractNode};
|
||||
use extra::url::Url;
|
||||
use gfx::geometry::to_px;
|
||||
use servo_util::geometry::to_px;
|
||||
use layout_interface::{ContentBoxQuery, ContentBoxResponse};
|
||||
use servo_net::image_cache_task;
|
||||
use servo_net::image_cache_task::ImageCacheTask;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue