aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_views_test_ui__controls__factory__desktop__aura__ozone.cc
diff options
context:
space:
mode:
authorRobert Nagy <robert@openbsd.org>2022-06-18 05:51:42 +0000
committerRene Ladan <rene@FreeBSD.org>2022-06-22 08:15:26 +0000
commitd1fc8f8fc633309af3129e993bef21ebbe73ce04 (patch)
tree976377d0541012205b17c814c45998d26e68b901 /www/chromium/files/patch-ui_views_test_ui__controls__factory__desktop__aura__ozone.cc
parent294ffa9e571f7489af1b75cc82dba8941772d02c (diff)
downloadports-d1fc8f8fc633309af3129e993bef21ebbe73ce04.tar.gz
ports-d1fc8f8fc633309af3129e993bef21ebbe73ce04.zip
www/chromium: update to 103.0.5060.53
Security: https://vuxml.freebsd.org/freebsd/b2a4c5f1-f1fe-11ec-bcd2-3065ec8fd3ec.html (cherry picked from commit 80ffbf089df7cc8d4b4879e23f6816fc7e338f7f)
Diffstat (limited to 'www/chromium/files/patch-ui_views_test_ui__controls__factory__desktop__aura__ozone.cc')
-rw-r--r--www/chromium/files/patch-ui_views_test_ui__controls__factory__desktop__aura__ozone.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/chromium/files/patch-ui_views_test_ui__controls__factory__desktop__aura__ozone.cc b/www/chromium/files/patch-ui_views_test_ui__controls__factory__desktop__aura__ozone.cc
deleted file mode 100644
index f9db12cd0b1c..000000000000
--- a/www/chromium/files/patch-ui_views_test_ui__controls__factory__desktop__aura__ozone.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- ui/views/test/ui_controls_factory_desktop_aura_ozone.cc.orig 2022-05-19 14:06:27 UTC
-+++ ui/views/test/ui_controls_factory_desktop_aura_ozone.cc
-@@ -25,7 +25,7 @@
- #include "ui/ozone/public/ozone_ui_controls_test_helper.h"
- #include "ui/views/test/test_desktop_screen_ozone.h"
-
--#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD)
- #include "ui/views/widget/desktop_aura/desktop_window_tree_host_linux.h"
- #else
- #include "ui/views/widget/desktop_aura/desktop_window_tree_host_platform.h"
-@@ -157,7 +157,7 @@ class UIControlsDesktopOzone : public UIControlsAura {
-
- private:
- aura::Window* RootWindowForPoint(const gfx::Point& point) {
--#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD)
- // Most interactive_ui_tests run inside of the aura_test_helper
- // environment. This means that we can't rely on display::Screen and several
- // other things to work properly. Therefore we hack around this by