mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Move from gfx::opts to servo_util::opts.
This commit is contained in:
parent
061269f963
commit
63cab5c72c
11 changed files with 14 additions and 15 deletions
|
@ -29,7 +29,6 @@ use geom::size::Size2D;
|
|||
use gfx::display_list::{ClipDisplayItemClass, DisplayItem, DisplayItemIterator};
|
||||
use gfx::display_list::{DisplayList, DisplayListCollection};
|
||||
use gfx::font_context::FontContextInfo;
|
||||
use gfx::opts::Opts;
|
||||
use gfx::render_task::{RenderMsg, RenderChan, RenderLayer};
|
||||
use gfx::{render_task, color};
|
||||
use script::dom::event::ReflowEvent;
|
||||
|
@ -46,6 +45,7 @@ use servo_msg::constellation_msg::{ConstellationChan, PipelineId, Failure, Failu
|
|||
use servo_net::image_cache_task::{ImageCacheTask, ImageResponseMsg};
|
||||
use servo_net::local_image_cache::{ImageResponder, LocalImageCache};
|
||||
use servo_util::geometry::Au;
|
||||
use servo_util::opts::Opts;
|
||||
use servo_util::time::{ProfilerChan, profile};
|
||||
use servo_util::time;
|
||||
use servo_util::task::send_on_failure;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue