Index: third_party/blink/renderer/modules/webgpu/gpu_queue.cc
--- third_party/blink/renderer/modules/webgpu/gpu_queue.cc.orig
+++ third_party/blink/renderer/modules/webgpu/gpu_queue.cc
@@ -892,7 +892,7 @@ bool GPUQueue::CopyFromCanvasSourceImage(
 // on linux platform.
 // TODO(crbug.com/1424119): using a webgpu mailbox texture on the OpenGLES
 // backend is failing for unknown reasons.
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   bool forceReadback = true;
 #elif BUILDFLAG(IS_ANDROID)
   // TODO(crbug.com/dawn/1969): Some Android devices don't fail to copy from
