aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen
diff options
context:
space:
mode:
authorSamson <16504129+sagudev@users.noreply.github.com>2024-03-19 06:39:42 +0100
committerGitHub <noreply@github.com>2024-03-19 05:39:42 +0000
commitc25069161d868169ef684632c8b2c601f9b9d6ee (patch)
tree2d88bb5c5faa6dfd99e63e3cb457824ee7825869 /components/script/dom/bindings/codegen
parent228f4fb2fcf54e54edc2bbd1dbf8acd5a086c485 (diff)
downloadservo-c25069161d868169ef684632c8b2c601f9b9d6ee.tar.gz
servo-c25069161d868169ef684632c8b2c601f9b9d6ee.zip
Add pseudo async Create*PipelineAsync methods (#31695)
* Create fake CreatePipelineAsync * Update WebGPU CTS * Update expectations and disable some webgpu tests
Diffstat (limited to 'components/script/dom/bindings/codegen')
-rw-r--r--components/script/dom/bindings/codegen/Bindings.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/bindings/codegen/Bindings.conf b/components/script/dom/bindings/codegen/Bindings.conf
index d02fa93c8de..4f8986dea48 100644
--- a/components/script/dom/bindings/codegen/Bindings.conf
+++ b/components/script/dom/bindings/codegen/Bindings.conf
@@ -161,7 +161,7 @@ DOMInterfaces = {
},
'GPUDevice': {
- 'inRealms': ['PopErrorScope', 'GetLost'],
+ 'inRealms': ['PopErrorScope', 'GetLost', 'CreateComputePipelineAsync', 'CreateRenderPipelineAsync'],
}
}