diff options
author | Rene Ladan <rene@FreeBSD.org> | 2022-03-02 10:32:47 +0100 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2022-03-02 10:32:47 +0100 |
commit | bfedd5f1f016c174f3fe18cd38c8517ece7b1e9b (patch) | |
tree | 1d6f8dd03169ed2d788d910cce625af1608e74d0 /www/chromium/files/patch-pdf_out__of__process__instance.cc | |
parent | security/vuxml: add www/chromium < 99.0.4844.51 (diff) |
www/chromium: update to 99.0.4844.51
On the port side, this update brings:
- libvulkan enabled by default
- more unit tests enabled
- no longer dependent on Python 2.7
Security: https://vuxml.freebsd.org/freebsd/e0914087-9a09-11ec-9e61-3065ec8fd3ec.html
Diffstat (limited to 'www/chromium/files/patch-pdf_out__of__process__instance.cc')
-rw-r--r-- | www/chromium/files/patch-pdf_out__of__process__instance.cc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/chromium/files/patch-pdf_out__of__process__instance.cc b/www/chromium/files/patch-pdf_out__of__process__instance.cc index 08fa2bec1016..9a6c556e32fe 100644 --- a/www/chromium/files/patch-pdf_out__of__process__instance.cc +++ b/www/chromium/files/patch-pdf_out__of__process__instance.cc @@ -1,20 +1,20 @@ ---- pdf/out_of_process_instance.cc.orig 2022-02-07 13:39:41 UTC +--- pdf/out_of_process_instance.cc.orig 2022-02-28 16:54:41 UTC +++ pdf/out_of_process_instance.cc -@@ -75,7 +75,7 @@ +@@ -74,7 +74,7 @@ #include "ui/gfx/geometry/size.h" #include "url/gurl.h" --#if defined(OS_LINUX) || defined(OS_CHROMEOS) -+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) +-#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 -@@ -735,7 +735,7 @@ void OutOfProcessInstance::RotateCounterclockwise() { +@@ -734,7 +734,7 @@ void OutOfProcessInstance::RotateCounterclockwise() { } void OutOfProcessInstance::SetLastPluginInstance() { --#if defined(OS_LINUX) || defined(OS_CHROMEOS) -+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) SetLastPepperInstance(this); #endif } |