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