aboutsummaryrefslogtreecommitdiffstats
path: root/components/webgpu/identity.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/webgpu/identity.rs')
-rw-r--r--components/webgpu/identity.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/components/webgpu/identity.rs b/components/webgpu/identity.rs
index 4f4121a6652..6cd38008d30 100644
--- a/components/webgpu/identity.rs
+++ b/components/webgpu/identity.rs
@@ -164,4 +164,8 @@ where
}
}
-impl GlobalIdentityHandlerFactory for IdentityRecyclerFactory {}
+impl GlobalIdentityHandlerFactory for IdentityRecyclerFactory {
+ fn ids_are_generated_in_wgpu() -> bool {
+ false
+ }
+}