blob: 4197194a25853d1de233289d0a91f8c39827fe40 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- components/eye_dropper/eye_dropper_view.cc.orig 2025-08-26 20:49:50 UTC
+++ components/eye_dropper/eye_dropper_view.cc
@@ -215,7 +215,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(
|