aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-components_services_screen__ai_screen__ai__library__wrapper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/ungoogled-chromium/files/patch-components_services_screen__ai_screen__ai__library__wrapper.cc')
-rw-r--r--www/ungoogled-chromium/files/patch-components_services_screen__ai_screen__ai__library__wrapper.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/ungoogled-chromium/files/patch-components_services_screen__ai_screen__ai__library__wrapper.cc b/www/ungoogled-chromium/files/patch-components_services_screen__ai_screen__ai__library__wrapper.cc
index 01f959787c53..c5041a1830a9 100644
--- a/www/ungoogled-chromium/files/patch-components_services_screen__ai_screen__ai__library__wrapper.cc
+++ b/www/ungoogled-chromium/files/patch-components_services_screen__ai_screen__ai__library__wrapper.cc
@@ -1,8 +1,8 @@
---- components/services/screen_ai/screen_ai_library_wrapper.cc.orig 2023-07-21 09:49:17 UTC
+--- components/services/screen_ai/screen_ai_library_wrapper.cc.orig 2023-09-17 07:59:53 UTC
+++ components/services/screen_ai/screen_ai_library_wrapper.cc
@@ -187,7 +187,7 @@ ScreenAILibraryWrapper::PerformOcr(const SkBitmap& ima
- // TODO(crbug.com/1278245): Remove this after fixing the crash issue on Linux
+ // TODO(crbug.com/1443341): Remove this after fixing the crash issue on Linux
// official.
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
@@ -11,7 +11,7 @@
@@ -219,7 +219,7 @@ ScreenAILibraryWrapper::ExtractLayout(const SkBitmap&
- // TODO(crbug.com/1278245): Remove this after fixing the crash issue on Linux
+ // TODO(crbug.com/1443341): Remove this after fixing the crash issue on Linux
// official.
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
@@ -20,7 +20,7 @@
@@ -253,7 +253,7 @@ absl::optional<std::vector<int32_t>> ScreenAILibraryWr
- // TODO(crbug.com/1278245): Remove this after fixing the crash issue on Linux
+ // TODO(crbug.com/1443341): Remove this after fixing the crash issue on Linux
// official.
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)