From 24bb89f380c14b114b6a843f803c070f7ec4da4d Mon Sep 17 00:00:00 2001 From: chromium-autoroll Date: Sat, 17 Dec 2022 10:16:23 +0000 Subject: [PATCH] Roll PDFium from 1e5f8aac8cc3 to 6696d1a82122 (14 revisions) https://pdfium.googlesource.com/pdfium.git/+log/1e5f8aac8cc3..6696d1a82122 2022-12-17 thestig@chromium.org Assert CFX_AggDeviceDriver does not deal with 1 bpp bitmaps. 2022-12-17 thestig@chromium.org Mention a restriction for ScanlineComposerIface::SetInfo(). 2022-12-16 thestig@chromium.org Remove some ref churn in CFX_DefaultRenderDevice::AttachImpl(). 2022-12-16 thestig@chromium.org Remove a dead function in CFX_ScanlineCompositor. 2022-12-16 thestig@chromium.org Mark CFX_ScanlineCompositor::Composite* methods as const. 2022-12-16 kmoon@chromium.org Disable Windows error reporting dialogs 2022-12-16 thestig@chromium.org Replace most GetBppFromFormat() calls in CFX_ScanlineCompositor. 2022-12-16 thestig@chromium.org Use more early returns in CFX_ScanlineCompositor. 2022-12-16 thestig@chromium.org Get rid of GetIsAlphaFromFormat(). 2022-12-16 thestig@chromium.org Remove an unused CFX_ScanlineCompositor::Init() parameter. 2022-12-16 nigi@chromium.org [Skia] Fix rendering issue for converting 1 bpp image source 2022-12-16 thestig@chromium.org Remove some CFX_ScanlineCompositor::InitSourcePalette() parameters. 2022-12-16 thestig@chromium.org Remove CFX_ScanlineCompositor::m_Transform. 2022-12-16 kjlubick@google.com [skia] Use skpathutils namespace instead of global one If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@chromium.org on the revert to ensure that a human is aware of the problem. To file a bug in PDFium: https://bugs.chromium.org/p/pdfium/issues/entry To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Bug: chromium:1383708,chromium:1400882 Tbr: pdfium-deps-rolls@chromium.org Change-Id: I64b90842977fd471af7592a6c783f37c2731bfb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4114971 Bot-Commit: chromium-autoroll Commit-Queue: chromium-autoroll Cr-Commit-Position: refs/heads/main@{#1084694} --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 7c2b4ab290aac..2ec7e31bac810 100644 --- a/DEPS +++ b/DEPS @@ -315,7 +315,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling PDFium # and whatever else without interference from each other. - 'pdfium_revision': '1e5f8aac8cc36a324c0c8c321d9b98b594399e62', + 'pdfium_revision': '6696d1a821223ae2003de9273e62cb4ec0fdc910', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling BoringSSL # and whatever else without interference from each other.