aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_public_test_mock__render__thread.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-content_public_test_mock__render__thread.cc')
-rw-r--r--www/chromium/files/patch-content_public_test_mock__render__thread.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-content_public_test_mock__render__thread.cc b/www/chromium/files/patch-content_public_test_mock__render__thread.cc
index a4b6aaad576b..63b38ac82ada 100644
--- a/www/chromium/files/patch-content_public_test_mock__render__thread.cc
+++ b/www/chromium/files/patch-content_public_test_mock__render__thread.cc
@@ -1,11 +1,11 @@
---- content/public/test/mock_render_thread.cc.orig 2020-05-13 18:40:32 UTC
+--- content/public/test/mock_render_thread.cc.orig 2020-11-13 06:36:43 UTC
+++ content/public/test/mock_render_thread.cc
-@@ -51,7 +51,7 @@ class MockRenderMessageFilterImpl : public mojom::Rend
+@@ -52,7 +52,7 @@ class MockRenderMessageFilterImpl : public mojom::Rend
std::move(callback).Run(false);
}
--#if defined(OS_LINUX)
-+#if defined(OS_LINUX) || defined(OS_BSD)
+-#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