From ef75c73bc8962f7cf6c621b9a8cd57de581ad348 Mon Sep 17 00:00:00 2001 From: thestig Date: Mon, 8 Jun 2015 17:11:29 -0700 Subject: [PATCH] Roll PDFium to 2a824f1 2a824f1 Fix potentially massive memory leak in CPDF_DIBSource::LoadJpxBitmap(). b7eb193 Cleanup: Make CPDF_Annot::m_pAnnotDict private. 9b440b4 Add move constructor for FX string types. 211f90e Standalone checkout gets buildtools. 9e4cd8b Fix bad include path in fpdfview.cpp 738ca22 Move fx_safe_types.h to include/ directory. 80b597d Kill unused IPDF_ classes. BUG=497191 Review URL: https://codereview.chromium.org/1170853002 Cr-Commit-Position: refs/heads/master@{#333395} --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index ecfef8f29d3b..32b4aa9bc0d3 100644 --- a/DEPS +++ b/DEPS @@ -66,7 +66,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': '7bb4d8dc9e825f484e180205254aee1488cc34dc', + 'pdfium_revision': '2a824f1c0ed786aed0dd15a0ea60dc90999e2b2c', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling openmax_dl # and whatever else without interference from each other. -- 2.11.4.GIT