aboutsummaryrefslogtreecommitdiff
path: root/devel/electron35/files/patch-printing_backend_cups__ipp__helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron35/files/patch-printing_backend_cups__ipp__helper.cc')
-rw-r--r--devel/electron35/files/patch-printing_backend_cups__ipp__helper.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron35/files/patch-printing_backend_cups__ipp__helper.cc b/devel/electron35/files/patch-printing_backend_cups__ipp__helper.cc
deleted file mode 100644
index 26e91a3dcb6a..000000000000
--- a/devel/electron35/files/patch-printing_backend_cups__ipp__helper.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- printing/backend/cups_ipp_helper.cc.orig 2025-03-24 20:50:14 UTC
-+++ printing/backend/cups_ipp_helper.cc
-@@ -201,7 +201,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);