ports/www/iridium/files/patch-ui_native__theme_native__theme.h
Carlos J. Puga Medina 66d46c9897 www/iridium: Update to 2019.04.73
Submitted by:	Matthias Wolf <matthias@rheinwolf.de>
2019-06-18 19:24:43 +00:00

11 lines
394 B
C

--- ui/native_theme/native_theme.h.orig 2019-03-11 22:01:19 UTC
+++ ui/native_theme/native_theme.h
@@ -48,7 +48,7 @@ class NATIVE_THEME_EXPORT NativeTheme {
// The part to be painted / sized.
enum Part {
kCheckbox,
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) || defined(OS_BSD)) && !defined(OS_CHROMEOS)
kFrameTopArea,
#endif
kInnerSpinButton,