Commit 67d49a62 authored by pdfium-chromium-autoroll's avatar pdfium-chromium-autoroll Committed by Commit Bot

Roll src/third_party/pdfium ce6a1cc587a7..367ed462b517 (10 commits)

https://pdfium.googlesource.com/pdfium.git/+log/ce6a1cc587a7..367ed462b517


git log ce6a1cc587a7..367ed462b517 --date=short --no-merges --format='%ad %ae %s'
2018-08-23 tsepez@chromium.org Use pdfium::span<> in CPDF_Stream::SetData().
2018-08-23 tsepez@chromium.org Pass unique_ptr<> to CFX_MemoryStream constructor
2018-08-23 thestig@chromium.org Fix GCC build with V8 disabled.
2018-08-23 rharrison@chromium.org Enable warnings for shadowed variables
2018-08-23 rharrison@chromium.org Fix shadowed variables
2018-08-23 hnakashima@chromium.org Remove CBC_BarcodeMatrix::m_matrixOut and just return the bit array.
2018-08-23 thestig@chromium.org Remove deprecated FPDFDest_GetPageIndex() API.
2018-08-23 tsepez@chromium.org Remove bool arg from CFWL_Widget::GetBorderSize().
2018-08-23 hnakashima@chromium.org Swap width and height params in CBC_BarcodeMatrix constructor.
2018-08-23 npm@chromium.org Cleanup CPDF_TextPage::GetRectArray


Created with:
  gclient setdep -r src/third_party/pdfium@367ed462b517

The AutoRoll server is located here: https://pdfium-roll.skia.org

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.


TBR=dsinclair@chromium.org

Change-Id: Ife89a1b2ceec8f4489fff9b0304d4f742460bde9
Reviewed-on: https://chromium-review.googlesource.com/1187096Reviewed-by: default avatarpdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#585723}
parent a192e9d1
......@@ -129,7 +129,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': 'ce6a1cc587a7d5db7655a915dd18b1c1f0ef2de2',
'pdfium_revision': '367ed462b51799c008795b19e886ccbed221b9be',
# 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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment