mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
rustfmt
This commit is contained in:
parent
644addd159
commit
f1b10393c2
10 changed files with 67 additions and 48 deletions
|
@ -19,9 +19,9 @@ use std::fmt::{Debug, Error, Formatter};
|
|||
use std::rc::Rc;
|
||||
use std::time::Duration;
|
||||
use style_traits::DevicePixel;
|
||||
use webrender_api::ScrollLocation;
|
||||
use webrender_api::units::{DeviceIntPoint, DeviceIntRect, DeviceIntSize};
|
||||
use webrender_api::units::DevicePoint;
|
||||
use webrender_api::units::{DeviceIntPoint, DeviceIntRect, DeviceIntSize};
|
||||
use webrender_api::ScrollLocation;
|
||||
use webvr::VRServiceManager;
|
||||
use webvr_traits::WebVRMainThreadHeartbeat;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue