summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-content_renderer_renderer__blink__platform__impl.h
blob: 933e6c843204018df8b56f6b5efda6f284802169 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/renderer/renderer_blink_platform_impl.h.orig	2023-12-23 12:33:28 UTC
+++ content/renderer/renderer_blink_platform_impl.h
@@ -234,7 +234,7 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : publi
   void Collect3DContextInformation(blink::Platform::GraphicsInfo* gl_info,
                                    const gpu::GPUInfo& gpu_info) const;
 
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD)
   std::unique_ptr<blink::WebSandboxSupport> sandbox_support_;
 #endif