diff options
Diffstat (limited to 'devel/electron32/files/patch-components_eye__dropper_eye__dropper__view.cc')
-rw-r--r-- | devel/electron32/files/patch-components_eye__dropper_eye__dropper__view.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron32/files/patch-components_eye__dropper_eye__dropper__view.cc b/devel/electron32/files/patch-components_eye__dropper_eye__dropper__view.cc deleted file mode 100644 index 0e183c27a525..000000000000 --- a/devel/electron32/files/patch-components_eye__dropper_eye__dropper__view.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- components/eye_dropper/eye_dropper_view.cc.orig 2024-08-14 20:54:47 UTC -+++ components/eye_dropper/eye_dropper_view.cc -@@ -202,7 +202,7 @@ EyeDropperView::EyeDropperView(gfx::NativeView parent, - // EyeDropper/WidgetDelegate. - set_owned_by_client(); - 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( |