$OpenBSD: patch-ui_views_controls_combobox_combobox_cc,v 1.3 2015/12/05 16:13:32 robert Exp $
--- ui/views/controls/combobox/combobox.cc.orig.port	Tue Nov 24 21:01:01 2015
+++ ui/views/controls/combobox/combobox.cc	Wed Dec  2 08:18:33 2015
@@ -886,7 +886,7 @@ int Combobox::GetDisclosureArrowRightPadding() const {
 }
 
 gfx::Size Combobox::ArrowSize() const {
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_BSD) || defined(OS_LINUX)) && !defined(OS_CHROMEOS)
   // TODO(estade): hack alert! This should always use GetNativeTheme(). For now
   // STYLE_ACTION isn't properly themed so we have to override the NativeTheme
   // behavior. See crbug.com/384071
