summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/webgpu/gpu_shader_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/webgpu/gpu_shader_module.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/webgpu/gpu_shader_module.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/modules/webgpu/gpu_shader_module.h b/chromium/third_party/blink/renderer/modules/webgpu/gpu_shader_module.h
index 90f32a1b2fd..4b2b0ec609d 100644
--- a/chromium/third_party/blink/renderer/modules/webgpu/gpu_shader_module.h
+++ b/chromium/third_party/blink/renderer/modules/webgpu/gpu_shader_module.h
@@ -20,7 +20,6 @@ class GPUShaderModule : public DawnObject<WGPUShaderModule> {
const GPUShaderModuleDescriptor* webgpu_desc,
ExceptionState& exception_state);
explicit GPUShaderModule(GPUDevice* device, WGPUShaderModule shader_module);
- ~GPUShaderModule() override;
private:
DISALLOW_COPY_AND_ASSIGN(GPUShaderModule);