summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_blink_public_platform_platform.h
blob: b12402e13c57a251212fc9bb758edd0141ac00e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/blink/public/platform/platform.h.orig	2022-08-31 12:19:35 UTC
+++ third_party/blink/public/platform/platform.h
@@ -349,7 +349,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