diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-06-13 18:20:05 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-07-09 10:52:43 -0400 |
commit | f1b10393c2b10ed3c54dfeff05a3b1b4d767f55a (patch) | |
tree | 118b0af25e111f4b241557df0ef59b349112b444 /components/compositing/compositor_thread.rs | |
parent | 644addd1598426f9b5d1f178bfff7886b36f822c (diff) | |
download | servo-f1b10393c2b10ed3c54dfeff05a3b1b4d767f55a.tar.gz servo-f1b10393c2b10ed3c54dfeff05a3b1b4d767f55a.zip |
rustfmt
Diffstat (limited to 'components/compositing/compositor_thread.rs')
-rw-r--r-- | components/compositing/compositor_thread.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/compositing/compositor_thread.rs b/components/compositing/compositor_thread.rs index ad318368b69..9250d25e5bf 100644 --- a/components/compositing/compositor_thread.rs +++ b/components/compositing/compositor_thread.rs @@ -17,8 +17,8 @@ use profile_traits::time; use script_traits::{AnimationState, ConstellationMsg, EventResult}; use std::fmt::{Debug, Error, Formatter}; use style_traits::viewport::ViewportConstraints; -use webrender_api::units::{DeviceIntPoint, DeviceIntSize}; use webrender_api; +use webrender_api::units::{DeviceIntPoint, DeviceIntSize}; use webvr_traits::WebVRMainThreadHeartbeat; /// Sends messages to the compositor. |