mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
auto merge of #1140 : SimonSapin/servo/unused-imports, r=metajack
This commit is contained in:
commit
f88869301a
2 changed files with 4 additions and 3 deletions
|
@ -21,7 +21,6 @@ use servo_util::time;
|
|||
|
||||
use std::comm::{Chan, Port, SharedChan};
|
||||
use std::task::spawn_with;
|
||||
use std::util;
|
||||
use extra::arc::Arc;
|
||||
|
||||
use buffer_map::BufferMap;
|
||||
|
|
|
@ -10,9 +10,11 @@ use geom::rect::Rect;
|
|||
use geom::size::Size2D;
|
||||
use gfx::render_task::{ReRenderMsg, UnusedBufferMsg};
|
||||
use layers::layers::{ContainerLayerKind, ContainerLayer, Flip, NoFlip, TextureLayer};
|
||||
use layers::layers::{TextureLayerKind, VerticalFlip};
|
||||
use layers::layers::TextureLayerKind;
|
||||
#[cfg(target_os="macos")] use layers::layers::VerticalFlip;
|
||||
use layers::platform::surface::{NativeCompositingGraphicsContext, NativeSurfaceMethods};
|
||||
use layers::texturegl::{Texture, TextureTarget, TextureTargetRectangle};
|
||||
use layers::texturegl::{Texture, TextureTarget};
|
||||
#[cfg(target_os="macos")] use layers::texturegl::TextureTargetRectangle;
|
||||
use pipeline::Pipeline;
|
||||
use script::dom::event::{ClickEvent, MouseDownEvent, MouseUpEvent};
|
||||
use script::script_task::SendEventMsg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue