aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_public_test_mock__render__thread.cc
blob: a4b6aaad576b35ad9081c11d0c6b60bc5c7cf81f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/public/test/mock_render_thread.cc.orig	2020-05-13 18:40:32 UTC
+++ content/public/test/mock_render_thread.cc
@@ -51,7 +51,7 @@ class MockRenderMessageFilterImpl : public mojom::Rend
     std::move(callback).Run(false);
   }
 
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
   void SetThreadPriority(int32_t platform_thread_id,
                          base::ThreadPriority thread_priority) override {}
 #endif