$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- ui/gfx/linux/gbm_wrapper.cc.orig 2025-09-08 23:21:33.000000000 +0000 +++ ui/gfx/linux/gbm_wrapper.cc @@ -318,7 +318,7 @@ class Device final : public ui::GbmDevic // of 1x1 BOs which are destroyed before creating the final BO creation used // to instantiate the returned GbmBuffer. gfx::Size size_for_verification = -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) gfx::Size(1, 1); #else requested_size;