From 43609ca84694acca988dc0ae591c69ac447659b2 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Thu, 14 Jul 2022 19:16:24 -0400 Subject: chromium: Remove obsolete versions and patches --- .../chromium/files/chromium-99-dnd-3381679.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 www-client/chromium/files/chromium-99-dnd-3381679.patch (limited to 'www-client/chromium/files/chromium-99-dnd-3381679.patch') diff --git a/www-client/chromium/files/chromium-99-dnd-3381679.patch b/www-client/chromium/files/chromium-99-dnd-3381679.patch deleted file mode 100644 index 06f1736..0000000 --- a/www-client/chromium/files/chromium-99-dnd-3381679.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff --git a/ui/platform_window/x11/x11_topmost_window_finder.cc b/ui/platform_window/x11/x11_topmost_window_finder.cc -index e20bf0abf..c9c672c60 100644 ---- a/ui/platform_window/x11/x11_topmost_window_finder.cc -+++ b/ui/platform_window/x11/x11_topmost_window_finder.cc -@@ -42,12 +42,12 @@ bool EnumerateChildren(ShouldStopIteratingCallback should_stop_iterating, - // reverse-iterate the list to check the windows from top-to-bottom. - std::vector::reverse_iterator iter; - for (iter = windows.rbegin(); iter != windows.rend(); iter++) { -- if (IsWindowNamed(*iter) && should_stop_iterating.Run(*iter)) -- return true; - if (depth < max_depth) { - if (EnumerateChildren(should_stop_iterating, *iter, max_depth, depth + 1)) - return true; - } -+ if (IsWindowNamed(*iter) && should_stop_iterating.Run(*iter)) -+ return true; - } - - return false; -- cgit v1.2.3