aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-printing_backend_cups__ipp__helper.cc
blob: 50d07bd8983cb47f7398d007c1b63fdc1f64253b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- printing/backend/cups_ipp_helper.cc.orig	2025-09-11 13:19:19 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);