aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/paintworkletglobalscope.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/paintworkletglobalscope.rs')
-rw-r--r--components/script/dom/paintworkletglobalscope.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/components/script/dom/paintworkletglobalscope.rs b/components/script/dom/paintworkletglobalscope.rs
index b6d693a1f22..91ceedaa576 100644
--- a/components/script/dom/paintworkletglobalscope.rs
+++ b/components/script/dom/paintworkletglobalscope.rs
@@ -38,24 +38,24 @@ use js::jsapi::JS_NewArrayObject;
use js::jsval::JSVal;
use js::jsval::ObjectValue;
use js::jsval::UndefinedValue;
-use js::rust::HandleValue;
-use js::rust::Runtime;
use js::rust::wrappers::Call;
use js::rust::wrappers::Construct1;
+use js::rust::HandleValue;
+use js::rust::Runtime;
use msg::constellation_msg::PipelineId;
use net_traits::image::base::PixelFormat;
use net_traits::image_cache::ImageCache;
use profile_traits::ipc;
-use script_traits::{DrawAPaintImageResult, PaintWorkletError};
use script_traits::Painter;
+use script_traits::{DrawAPaintImageResult, PaintWorkletError};
use servo_atoms::Atom;
-use servo_channel::{channel, Sender};
use servo_channel::base_channel;
+use servo_channel::{channel, Sender};
use servo_config::prefs::PREFS;
use servo_url::ServoUrl;
use std::cell::Cell;
-use std::collections::HashMap;
use std::collections::hash_map::Entry;
+use std::collections::HashMap;
use std::ptr::null_mut;
use std::rc::Rc;
use std::sync::Arc;