blob: b4c49b5d478c46c7653cfd923f68be079a677fa7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- third_party/blink/public/platform/platform.h.orig 2024-09-19 12:42:01 UTC
+++ third_party/blink/public/platform/platform.h
@@ -374,7 +374,7 @@ class BLINK_PLATFORM_EXPORT Platform {
return nullptr;
}
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
// This is called after the thread is created, so the embedder
// can initiate an IPC to change its thread type (on Linux we can't
// increase the nice value, so we need to ask the browser process). This
|