$NetBSD: patch-ui_native__theme_native__theme.h,v 1.7 2025/09/12 16:02:38 kikadf Exp $ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- ui/native_theme/native_theme.h.orig 2025-09-08 23:21:33.000000000 +0000 +++ ui/native_theme/native_theme.h @@ -61,7 +61,7 @@ class COMPONENT_EXPORT(NATIVE_THEME) Nat // The part to be painted / sized. enum Part { kCheckbox, -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) kFrameTopArea, #endif kInnerSpinButton,