mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Auto merge of #9344 - nerith:gfx, r=Wafflespeanut
Remove multiple unused imports in gfx Fixes #9342. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9344) <!-- Reviewable:end -->
This commit is contained in:
commit
41a3961ba5
3 changed files with 1 additions and 4 deletions
|
@ -27,13 +27,11 @@ use net_traits::image::base::Image;
|
|||
use paint_context::PaintContext;
|
||||
use paint_thread::{PaintLayerContents, PaintLayer};
|
||||
use self::DisplayItem::*;
|
||||
use self::DisplayItemIterator::*;
|
||||
use smallvec::SmallVec;
|
||||
use std::cmp::Ordering;
|
||||
use std::collections::linked_list::{self, LinkedList};
|
||||
use std::fmt;
|
||||
use std::mem;
|
||||
use std::slice::Iter;
|
||||
use std::sync::Arc;
|
||||
use style::computed_values::{border_style, cursor, filter, image_rendering, mix_blend_mode};
|
||||
use style::computed_values::{pointer_events};
|
||||
|
|
|
@ -16,7 +16,6 @@ use platform::font_template::FontTemplateData;
|
|||
use std::borrow::ToOwned;
|
||||
use std::collections::HashMap;
|
||||
use std::mem;
|
||||
use std::sync::mpsc::channel;
|
||||
use std::sync::{Arc, Mutex};
|
||||
use string_cache::Atom;
|
||||
use style::font_face::Source;
|
||||
|
|
|
@ -23,7 +23,7 @@ use layers::platform::surface::{NativeDisplay, NativeSurface};
|
|||
use msg::constellation_msg::{ConstellationChan, Failure, PipelineId};
|
||||
use paint_context::PaintContext;
|
||||
use profile_traits::mem::{self, ReportsChan};
|
||||
use profile_traits::time::{self, profile};
|
||||
use profile_traits::time;
|
||||
use rand::{self, Rng};
|
||||
use skia::gl_context::GLContext;
|
||||
use std::borrow::ToOwned;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue