aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_blink_public_platform_platform.h
blob: feb26dff359dc24498c48b503f29eb67e7c60bc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/blink/public/platform/platform.h.orig	2021-04-14 18:41:09 UTC
+++ third_party/blink/public/platform/platform.h
@@ -391,7 +391,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