aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpu.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/gpu.rs')
-rw-r--r--components/script/dom/gpu.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/dom/gpu.rs b/components/script/dom/gpu.rs
index 0785ec47171..3ecd09ce088 100644
--- a/components/script/dom/gpu.rs
+++ b/components/script/dom/gpu.rs
@@ -144,6 +144,7 @@ impl AsyncWGPUListener for GPU {
Ok(WebGPUResponse::RequestAdapter {
adapter_info,
adapter_id,
+ features,
limits,
channel,
}) => {
@@ -156,6 +157,7 @@ impl AsyncWGPUListener for GPU {
adapter_id.0.backend()
)),
Heap::default(),
+ features,
limits,
adapter_info,
adapter_id,