diff options
Diffstat (limited to 'www/chromium-uc/patches/patch-ui_native_theme_native_theme_h')
| -rw-r--r-- | www/chromium-uc/patches/patch-ui_native_theme_native_theme_h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/chromium-uc/patches/patch-ui_native_theme_native_theme_h b/www/chromium-uc/patches/patch-ui_native_theme_native_theme_h new file mode 100644 index 0000000..f5aa27c --- /dev/null +++ b/www/chromium-uc/patches/patch-ui_native_theme_native_theme_h | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | $OpenBSD: patch-ui_native_theme_native_theme_h,v 1.10 2021/09/01 16:54:41 robert Exp $ | ||
| 2 | |||
| 3 | Index: ui/native_theme/native_theme.h | ||
| 4 | --- ui/native_theme/native_theme.h.orig | ||
| 5 | +++ ui/native_theme/native_theme.h | ||
| 6 | @@ -56,7 +56,7 @@ class NATIVE_THEME_EXPORT NativeTheme { | ||
| 7 | kCheckbox, | ||
| 8 | // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch | ||
| 9 | // of lacros-chrome is complete. | ||
| 10 | -#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) | ||
| 11 | +#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD) | ||
| 12 | kFrameTopArea, | ||
| 13 | #endif | ||
| 14 | kInnerSpinButton, | ||
