aboutsummaryrefslogtreecommitdiffstats
path: root/components/webgpu/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/webgpu/lib.rs')
-rw-r--r--components/webgpu/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/webgpu/lib.rs b/components/webgpu/lib.rs
index 1842258a9fb..ce09f77af49 100644
--- a/components/webgpu/lib.rs
+++ b/components/webgpu/lib.rs
@@ -16,10 +16,10 @@ mod wgpu_thread;
use std::borrow::Cow;
use std::sync::{Arc, Mutex};
+use compositing_traits::WebrenderExternalImageRegistry;
use ipc_channel::ipc::{self, IpcReceiver};
use servo_config::pref;
use webrender_api::DocumentId;
-use webrender_traits::WebrenderExternalImageRegistry;
pub mod swapchain;