aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-components_eye__dropper_eye__dropper__view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-components_eye__dropper_eye__dropper__view.cc')
-rw-r--r--devel/electron33/files/patch-components_eye__dropper_eye__dropper__view.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-components_eye__dropper_eye__dropper__view.cc b/devel/electron33/files/patch-components_eye__dropper_eye__dropper__view.cc
deleted file mode 100644
index ccafb751e10b..000000000000
--- a/devel/electron33/files/patch-components_eye__dropper_eye__dropper__view.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- components/eye_dropper/eye_dropper_view.cc.orig 2024-10-16 21:31:10 UTC
-+++ components/eye_dropper/eye_dropper_view.cc
-@@ -203,7 +203,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(