aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-ui_base_test_ui__controls.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-ui_base_test_ui__controls.h')
-rw-r--r--devel/electron33/files/patch-ui_base_test_ui__controls.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-ui_base_test_ui__controls.h b/devel/electron33/files/patch-ui_base_test_ui__controls.h
deleted file mode 100644
index e86e09e0278b..000000000000
--- a/devel/electron33/files/patch-ui_base_test_ui__controls.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ui/base/test/ui_controls.h.orig 2024-04-15 20:34:29 UTC
-+++ ui/base/test/ui_controls.h
-@@ -186,7 +186,7 @@ bool SendTouchEventsNotifyWhenDone(int action,
- base::OnceClosure task);
- #endif
-
--#if BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- // Forces the platform implementation to use screen coordinates, even if they're
- // not really available, the next time that ui_controls::SendMouseMove() or
- // ui_controls::SendMouseMoveNotifyWhenDone() is called, or some other method