$OpenBSD: patch-third_party_blink_renderer_core_html_forms_internal_popup_menu_cc,v 1.3 2019/04/17 11:48:54 robert Exp $

Index: third_party/blink/renderer/core/html/forms/internal_popup_menu.cc
--- third_party/blink/renderer/core/html/forms/internal_popup_menu.cc.orig
+++ third_party/blink/renderer/core/html/forms/internal_popup_menu.cc
@@ -127,7 +127,7 @@ class InternalPopupMenu::ItemIterationContext {
         is_in_group_(false),
         buffer_(buffer) {
     DCHECK(buffer_);
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
     // On other platforms, the <option> background color is the same as the
     // <select> background color. On Linux, that makes the <option>
     // background color very dark, so by default, try to use a lighter
