summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/webgpu/gpu_bind_group_layout.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/webgpu/gpu_bind_group_layout.idl')
-rw-r--r--chromium/third_party/blink/renderer/modules/webgpu/gpu_bind_group_layout.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/modules/webgpu/gpu_bind_group_layout.idl b/chromium/third_party/blink/renderer/modules/webgpu/gpu_bind_group_layout.idl
index 20dafb87e2e..470552ffa87 100644
--- a/chromium/third_party/blink/renderer/modules/webgpu/gpu_bind_group_layout.idl
+++ b/chromium/third_party/blink/renderer/modules/webgpu/gpu_bind_group_layout.idl
@@ -8,3 +8,4 @@
Exposed(Window WebGPU, Worker WebGPU)
] interface GPUBindGroupLayout {
};
+GPUBindGroupLayout includes GPUObjectBase;