$OpenBSD: patch-ui_base_test_skia_gold_pixel_diff_cc,v 1.12 2021/11/16 11:28:47 robert Exp $

Index: ui/base/test/skia_gold_pixel_diff.cc
--- ui/base/test/skia_gold_pixel_diff.cc.orig
+++ ui/base/test/skia_gold_pixel_diff.cc
@@ -146,7 +146,7 @@ std::string SkiaGoldPixelDiff::GetPlatform() {
   return "macOS";
 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
 // of lacros-chrome is complete.
-#elif defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#elif defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
   return "linux";
 #endif
 }
