summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/webgpu/dawn_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/webgpu/dawn_object.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/webgpu/dawn_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/modules/webgpu/dawn_object.h b/chromium/third_party/blink/renderer/modules/webgpu/dawn_object.h
index 31fb27ab282..52543eef44b 100644
--- a/chromium/third_party/blink/renderer/modules/webgpu/dawn_object.h
+++ b/chromium/third_party/blink/renderer/modules/webgpu/dawn_object.h
@@ -47,7 +47,7 @@ class DawnObjectImpl : public ScriptWrappable, public DawnObjectBase {
DawnObjectImpl(GPUDevice* device);
~DawnObjectImpl() override;
- void Trace(blink::Visitor* visitor) override;
+ void Trace(Visitor* visitor) override;
protected:
Member<GPUDevice> device_;