aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-pdf_out__of__process__instance.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/iridium/files/patch-pdf_out__of__process__instance.cc')
-rw-r--r--www/iridium/files/patch-pdf_out__of__process__instance.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/iridium/files/patch-pdf_out__of__process__instance.cc b/www/iridium/files/patch-pdf_out__of__process__instance.cc
deleted file mode 100644
index 39d113a13bfa..000000000000
--- a/www/iridium/files/patch-pdf_out__of__process__instance.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- pdf/out_of_process_instance.cc.orig 2022-03-28 18:11:04 UTC
-+++ pdf/out_of_process_instance.cc
-@@ -74,7 +74,7 @@
- #include "ui/gfx/geometry/size.h"
- #include "url/gurl.h"
-
--#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
- #include "pdf/ppapi_migration/pdfium_font_linux.h"
- #endif
-
-@@ -734,7 +734,7 @@ void OutOfProcessInstance::RotateCounterclockwise() {
- }
-
- void OutOfProcessInstance::SetLastPluginInstance() {
--#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
- SetLastPepperInstance(this);
- #endif
- }