summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_public_test_mock__render__thread.cc
blob: 8c4171c50074048e3f12174c68a86e88cb80d34c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/public/test/mock_render_thread.cc.orig	2022-09-24 10:57:32 UTC
+++ content/public/test/mock_render_thread.cc
@@ -62,7 +62,7 @@ class MockRenderMessageFilterImpl : public mojom::Rend
     std::move(callback).Run(false);
   }
 
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
   void SetThreadType(int32_t platform_thread_id,
                      base::ThreadType thread_type) override {}
 #endif