mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Change ErrorScopeId type to NonZeroU64
And extract it from WebGPURequest
This commit is contained in:
parent
8eff1d74de
commit
ce6e09a3aa
17 changed files with 277 additions and 250 deletions
|
@ -2169,7 +2169,7 @@ where
|
|||
options,
|
||||
ids,
|
||||
};
|
||||
if webgpu_chan.0.send(adapter_request).is_err() {
|
||||
if webgpu_chan.0.send((None, adapter_request)).is_err() {
|
||||
return warn!("Failed to send request adapter message on WebGPU channel");
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue