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
|
@ -17,6 +17,7 @@ use servo_msg::compositor_msg::{RenderListener, RenderingRenderState};
|
|||
use servo_msg::constellation_msg::{ConstellationChan, PipelineId, RendererReadyMsg};
|
||||
use servo_msg::constellation_msg::{Failure, FailureMsg};
|
||||
use servo_msg::platform::surface::NativeSurfaceAzureMethods;
|
||||
use servo_util::opts::Opts;
|
||||
use servo_util::time::{ProfilerChan, profile};
|
||||
use servo_util::time;
|
||||
use servo_util::task::send_on_failure;
|
||||
|
@ -28,7 +29,6 @@ use extra::arc::Arc;
|
|||
use buffer_map::BufferMap;
|
||||
use display_list::DisplayListCollection;
|
||||
use font_context::{FontContext, FontContextInfo};
|
||||
use opts::Opts;
|
||||
use render_context::RenderContext;
|
||||
|
||||
pub struct RenderLayer<T> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue