diff options
Diffstat (limited to 'components/script/dom/gpucommandencoder.rs')
-rw-r--r-- | components/script/dom/gpucommandencoder.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/gpucommandencoder.rs b/components/script/dom/gpucommandencoder.rs index 16cfb993ec1..ac5dbcad983 100644 --- a/components/script/dom/gpucommandencoder.rs +++ b/components/script/dom/gpucommandencoder.rs @@ -19,7 +19,7 @@ use dom_struct::dom_struct; use ipc_channel::ipc; use std::cell::Cell; use std::collections::HashSet; -use webgpu::wgpu::resource::BufferUsage; +use webgpu::wgt::BufferUsage; use webgpu::{WebGPU, WebGPUCommandEncoder, WebGPURequest}; const BUFFER_COPY_ALIGN_MASK: u64 = 3; |