aboutsummaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-content_child_child__process.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron37/files/patch-content_child_child__process.h')
-rw-r--r--devel/electron37/files/patch-content_child_child__process.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-content_child_child__process.h b/devel/electron37/files/patch-content_child_child__process.h
new file mode 100644
index 000000000000..d102d83c24d0
--- /dev/null
+++ b/devel/electron37/files/patch-content_child_child__process.h
@@ -0,0 +1,11 @@
+--- content/child/child_process.h.orig 2024-08-14 20:54:59 UTC
++++ content/child/child_process.h
+@@ -79,7 +79,7 @@ class CONTENT_EXPORT ChildProcess {
+ return io_thread_runner_.get();
+ }
+
+-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
+ // Changes the thread type of the child process IO thread.
+ void SetIOThreadType(base::ThreadType thread_type);
+ #endif