aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_aura_test_aura__test__helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-ui_aura_test_aura__test__helper.cc')
-rw-r--r--www/chromium/files/patch-ui_aura_test_aura__test__helper.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/chromium/files/patch-ui_aura_test_aura__test__helper.cc b/www/chromium/files/patch-ui_aura_test_aura__test__helper.cc
deleted file mode 100644
index f8d309359cbb..000000000000
--- a/www/chromium/files/patch-ui_aura_test_aura__test__helper.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- ui/aura/test/aura_test_helper.cc.orig 2021-12-31 00:58:31 UTC
-+++ ui/aura/test/aura_test_helper.cc
-@@ -30,7 +30,7 @@
- #include "ui/wm/core/default_activation_client.h"
- #include "ui/wm/core/default_screen_position_client.h"
-
--#if defined(OS_LINUX) || defined(OS_CHROMEOS)
-+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
- #include "ui/platform_window/common/platform_window_defaults.h" // nogncheck
- #endif
-
-@@ -59,7 +59,7 @@ AuraTestHelper::AuraTestHelper(ui::ContextFactory* con
- DCHECK(!g_instance);
- g_instance = this;
-
--#if defined(OS_LINUX) || defined(OS_CHROMEOS)
-+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
- ui::test::EnableTestConfigForPlatformWindows();
- #endif
-