aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-third__party_blink_public_platform_platform.h
blob: 25d74ea3b80e004282fe13d58c38b6209c8decdf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/blink/public/platform/platform.h.orig	2021-04-22 07:51:51 UTC
+++ third_party/blink/public/platform/platform.h
@@ -393,7 +393,7 @@ class BLINK_PLATFORM_EXPORT Platform {
     return nullptr;
   }
 
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
   // This is called after the compositor thread is created, so the embedder
   // can initiate an IPC to change its thread priority (on Linux we can't
   // increase the nice value, so we need to ask the browser process). This