From 2dd4dd29c063a32031fb5549616ba28e76310f0a Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Thu, 30 Jul 2020 20:39:39 +0000 Subject: www/chromium: update to 84.0.4147.105 Submitted by: Matthias Wolf via GitHub MFH: 2020Q3 Security: http://vuxml.freebsd.org/freebsd/9a447f78-d0f8-11ea-9837-e09467587c17.html Security: http://vuxml.freebsd.org/freebsd/870d59b0-c6c4-11ea-8015-e09467587c17.html --- www/chromium/files/patch-pdf_pdfium_pdfium__engine.cc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'www/chromium/files/patch-pdf_pdfium_pdfium__engine.cc') diff --git a/www/chromium/files/patch-pdf_pdfium_pdfium__engine.cc b/www/chromium/files/patch-pdf_pdfium_pdfium__engine.cc index 3cb711ca1ddb..a3e9a92305b1 100644 --- a/www/chromium/files/patch-pdf_pdfium_pdfium__engine.cc +++ b/www/chromium/files/patch-pdf_pdfium_pdfium__engine.cc @@ -1,6 +1,6 @@ ---- pdf/pdfium/pdfium_engine.cc.orig 2020-05-13 18:40:33 UTC +--- pdf/pdfium/pdfium_engine.cc.orig 2020-07-07 21:58:16 UTC +++ pdf/pdfium/pdfium_engine.cc -@@ -52,7 +52,7 @@ +@@ -57,7 +57,7 @@ #include "ui/gfx/geometry/rect.h" #include "v8/include/v8.h" @@ -9,7 +9,7 @@ #include "pdf/pdfium/pdfium_font_linux.h" #endif -@@ -361,7 +361,7 @@ void InitializeSDK(bool enable_v8) { +@@ -381,7 +381,7 @@ void InitializeSDK(bool enable_v8) { config.m_v8EmbedderSlot = gin::kEmbedderPDFium; FPDF_InitLibraryWithConfig(&config); @@ -18,7 +18,7 @@ InitializeLinuxFontMapper(); #endif -@@ -402,7 +402,7 @@ PDFiumEngine::PDFiumEngine(PDFEngine::Client* client, +@@ -422,7 +422,7 @@ PDFiumEngine::PDFiumEngine(PDFEngine::Client* client, IFSDK_PAUSE::user = nullptr; IFSDK_PAUSE::NeedToPauseNow = Pause_NeedToPauseNow; @@ -27,7 +27,7 @@ // PreviewModeClient does not know its pp::Instance. SetLastInstance(client_->GetPluginInstance()); #endif -@@ -864,7 +864,7 @@ pp::Buffer_Dev PDFiumEngine::PrintPagesAsRasterPdf( +@@ -896,7 +896,7 @@ pp::Buffer_Dev PDFiumEngine::PrintPagesAsRasterPdf( KillFormFocus(); @@ -36,7 +36,7 @@ SetLastInstance(client_->GetPluginInstance()); #endif -@@ -2853,7 +2853,7 @@ bool PDFiumEngine::ContinuePaint(int progressive_index +@@ -2919,7 +2919,7 @@ bool PDFiumEngine::ContinuePaint(int progressive_index DCHECK(image_data); last_progressive_start_time_ = base::Time::Now(); @@ -45,7 +45,7 @@ SetLastInstance(client_->GetPluginInstance()); #endif -@@ -3349,7 +3349,7 @@ void PDFiumEngine::SetCurrentPage(int index) { +@@ -3415,7 +3415,7 @@ void PDFiumEngine::SetCurrentPage(int index) { FORM_DoPageAAction(old_page, form(), FPDFPAGE_AACTION_CLOSE); } most_visible_page_ = index; -- cgit v1.2.3