blob: 2feabbd333dc9337e3509037e7f32a41cf3f3d85 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- content/browser/shape_detection/shape_detection_service_host.cc.orig 2025-10-02 04:28:32 UTC
+++ content/browser/shape_detection/shape_detection_service_host.cc
@@ -15,7 +15,7 @@
#endif
#if BUILDFLAG(IS_WIN) || (BUILDFLAG(GOOGLE_CHROME_BRANDING) && \
- (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)))
+ (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)))
#include "content/public/browser/service_process_host.h"
#else
#include "content/browser/gpu/gpu_process_host.h"
@@ -29,7 +29,7 @@ shape_detection::mojom::ShapeDetectionService* GetShap
remote;
if (!*remote) {
#if BUILDFLAG(IS_WIN) || (BUILDFLAG(GOOGLE_CHROME_BRANDING) && \
- (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)))
+ (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)))
ServiceProcessHost::Launch<shape_detection::mojom::ShapeDetectionService>(
remote->BindNewPipeAndPassReceiver(),
ServiceProcessHost::Options()
|