blob: 535c4ffeee9ba8b8813db0fde6f3cf04c10a3d38 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/renderer/renderer_blink_platform_impl.h.orig 2025-05-11 11:50:45 UTC
+++ content/renderer/renderer_blink_platform_impl.h
@@ -270,7 +270,7 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : publi
const gpu::GPUInfo& gpu_info) const;
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \
- BUILDFLAG(IS_WIN)
+ BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)
std::unique_ptr<blink::WebSandboxSupport> sandbox_support_;
#endif
|