aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgpu/gpusampler.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webgpu/gpusampler.rs')
-rw-r--r--components/script/dom/webgpu/gpusampler.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webgpu/gpusampler.rs b/components/script/dom/webgpu/gpusampler.rs
index ad7aa3e8b89..25fa90a2410 100644
--- a/components/script/dom/webgpu/gpusampler.rs
+++ b/components/script/dom/webgpu/gpusampler.rs
@@ -14,7 +14,7 @@ use crate::dom::bindings::reflector::{reflect_dom_object, DomObject, Reflector};
use crate::dom::bindings::root::DomRoot;
use crate::dom::bindings::str::USVString;
use crate::dom::globalscope::GlobalScope;
-use crate::dom::gpudevice::GPUDevice;
+use crate::dom::webgpu::gpudevice::GPUDevice;
#[dom_struct]
pub struct GPUSampler {