diff options
Diffstat (limited to 'www/iridium/files/patch-components_eye__dropper_eye__dropper__view.cc')
-rw-r--r-- | www/iridium/files/patch-components_eye__dropper_eye__dropper__view.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/iridium/files/patch-components_eye__dropper_eye__dropper__view.cc b/www/iridium/files/patch-components_eye__dropper_eye__dropper__view.cc index c747f7eeb600..0643fe4934b3 100644 --- a/www/iridium/files/patch-components_eye__dropper_eye__dropper__view.cc +++ b/www/iridium/files/patch-components_eye__dropper_eye__dropper__view.cc @@ -1,8 +1,8 @@ ---- components/eye_dropper/eye_dropper_view.cc.orig 2025-05-07 06:48:23 UTC +--- components/eye_dropper/eye_dropper_view.cc.orig 2025-06-19 07:37:57 UTC +++ components/eye_dropper/eye_dropper_view.cc -@@ -208,7 +208,7 @@ EyeDropperView::EyeDropperView(gfx::NativeView parent, +@@ -206,7 +206,7 @@ EyeDropperView::EyeDropperView(gfx::NativeView parent, // EyeDropper/WidgetDelegate. - set_owned_by_client(); + set_owned_by_client(OwnedByClientPassKey()); SetPreferredSize(GetSize()); -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) |