external/pdfium/msvc2015.patch.1 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 110c9e90e35b4596939e62f49b5b3c1b843887c3
Author:     Gabor Kelemen <kelem...@ubuntu.com>
AuthorDate: Fri May 27 16:00:32 2022 +0200
Commit:     Gabor Kelemen <kelem...@ubuntu.com>
CommitDate: Fri May 27 16:10:19 2022 +0200

    Fix pdfium build on Win
    
    Regression from 2094212207c802affa7694fe0ddf3ab8ea56c970
    
    Change-Id: Ifee5f65ed9d21f7e0d770161f56966b11cf0598e

diff --git a/external/pdfium/msvc2015.patch.1 b/external/pdfium/msvc2015.patch.1
index 36cb5332c7b0..eac2ff0f6f5a 100644
--- a/external/pdfium/msvc2015.patch.1
+++ b/external/pdfium/msvc2015.patch.1
@@ -111,7 +111,7 @@ Fix MSVC 2015 build
 --- pdfium/core/fpdfapi/page/cpdf_meshstream.cpp.orig  2020-12-03 
16:54:09.233498800 +0100
 +++ pdfium/core/fpdfapi/page/cpdf_meshstream.cpp       2020-12-03 
16:41:29.173766500 +0100
 @@ -209,7 +209,7 @@
-       func->Call(color_value, 1, result, &nResults);
+       func->Call(pdfium::make_span(color_value, 1), result);
    }
  
 -  m_pCS->GetRGB(result, &r, &g, &b);

Reply via email to