$OpenBSD: patch-ui_views_controls_combobox_combobox_cc,v 1.1 2015/01/22 11:16:41 robert Exp $
--- ui/views/controls/combobox/combobox.cc.orig.port	Sat Dec 27 12:54:25 2014
+++ ui/views/controls/combobox/combobox.cc	Sat Dec 27 12:56:07 2014
@@ -848,7 +848,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
