blob: 7210a06d2d73eeaff3015e147634f3c9e8d6150d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- components/eye_dropper/eye_dropper_view.cc.orig 2025-11-01 06:40:37 UTC
+++ components/eye_dropper/eye_dropper_view.cc
@@ -213,7 +213,7 @@ EyeDropperView::EyeDropperView(gfx::NativeView parent,
// EyeDropper/WidgetDelegate.
set_owned_by_client(OwnedByClientPassKey());
SetPreferredSize(GetSize());
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
// Use TYPE_MENU for Linux to ensure that the eye dropper view is displayed
// above the color picker.
views::Widget::InitParams params(
|