aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_blink_public_platform_platform.h
blob: 4eac705578d9464eb95f3743edc759b2b6f5eb15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/blink/public/platform/platform.h.orig	2021-07-19 18:45:21 UTC
+++ third_party/blink/public/platform/platform.h
@@ -430,7 +430,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