aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron37/files/patch-printing_backend_cups__ipp__helper.cc
blob: 71f148639e4d2d4bfc1bb0becfa42f596a86873b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- printing/backend/cups_ipp_helper.cc.orig	2025-06-30 07:04:30 UTC
+++ printing/backend/cups_ipp_helper.cc
@@ -202,7 +202,7 @@ void ExtractResolutions(const CupsOptionProvider& prin
   // Provide a default DPI if no valid DPI is found.
 #if BUILDFLAG(IS_MAC)
   constexpr gfx::Size kDefaultMissingDpi(kDefaultMacDpi, kDefaultMacDpi);
-#elif BUILDFLAG(IS_LINUX)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   constexpr gfx::Size kDefaultMissingDpi(kPixelsPerInch, kPixelsPerInch);
 #else
   constexpr gfx::Size kDefaultMissingDpi(kDefaultPdfDpi, kDefaultPdfDpi);