$OpenBSD: patch-ui_views_style_platform_style_cc,v 1.7 2018/06/06 07:50:55 robert Exp $
Index: ui/views/style/platform_style.cc
--- ui/views/style/platform_style.cc.orig
+++ ui/views/style/platform_style.cc
@@ -19,7 +19,7 @@
 
 #if defined(OS_CHROMEOS)
 #include "ui/views/controls/scrollbar/overlay_scroll_bar.h"
-#elif defined(OS_LINUX)
+#elif defined(OS_LINUX) || defined(OS_BSD)
 #define DESKTOP_LINUX
 #endif
 
