Commit 6820c707 authored by pkasting's avatar pkasting Committed by Commit bot

Update PDFium to 1b24b69.

The only change since the previous revision is unconditionally using
static_assert in third_party/macros.h.  This gets rid of the old code that used
ALLOW_UNUSED and will ensure there are no conflicts of any kind as I change how
the version of ALLOW_UNUSED in Chromium works.

BUG=81439
TEST=none
TBR=jam

Review URL: https://codereview.chromium.org/654783003

Cr-Commit-Position: refs/heads/master@{#299412}
parent 8e4b94a5
...@@ -66,9 +66,9 @@ vars = { ...@@ -66,9 +66,9 @@ vars = {
# and whatever else without interference from each other. # and whatever else without interference from each other.
'buildtools_revision': '56bc51aff4175d3fa27dcd0faa2c345ab046c8a5', 'buildtools_revision': '56bc51aff4175d3fa27dcd0faa2c345ab046c8a5',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling PDFIum # the commit queue can handle CLs rolling PDFium
# and whatever else without interference from each other. # and whatever else without interference from each other.
'pdfium_revision': '7a649fe262d77f93ad3213f53e973a7665d95a23', 'pdfium_revision': '1b24b697659b9b933f336238665c835497464a0b',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling openmax_dl # the commit queue can handle CLs rolling openmax_dl
# and whatever else without interference from each other. # 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