summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-content_renderer_renderer__blink__platform__impl.h
blob: 4854b74fc42292b84f168ccbd0280c3577acc851 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/renderer/renderer_blink_platform_impl.h.orig	2023-11-04 07:08:51 UTC
+++ content/renderer/renderer_blink_platform_impl.h
@@ -235,7 +235,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