summaryrefslogtreecommitdiff
path: root/third_party/libpng16/pnginfo.h
diff options
context:
space:
mode:
authorRyan Harrison <rharrison@chromium.org>2018-09-04 18:58:21 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-09-04 18:58:21 +0000
commit6b2e2f0ec7c5f629c5270d14c2339197af7392d8 (patch)
treebb043a95cb8470b25158d3671c9484a156e30d14 /third_party/libpng16/pnginfo.h
parentd8b5feae1180185b7d1a41682b2b1a565dd5c630 (diff)
downloadpdfium-6b2e2f0ec7c5f629c5270d14c2339197af7392d8.tar.xz
Update libpng from 1.6.22 -> 1.6.34
Updates third_party/libpng16 to Chromium's third_party/libpng @ e87a02987101e2dbe319a4aba6b52470f7624b4a and applies PDFium specific patches. BUG=chromium:880322 Change-Id: I6724f55099c70a79da6d6e4863b9c6c9157ec571 Reviewed-on: https://pdfium-review.googlesource.com/41910 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'third_party/libpng16/pnginfo.h')
-rw-r--r--third_party/libpng16/pnginfo.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/libpng16/pnginfo.h b/third_party/libpng16/pnginfo.h
index 361ed8be70..d5f6149dbd 100644
--- a/third_party/libpng16/pnginfo.h
+++ b/third_party/libpng16/pnginfo.h
@@ -185,6 +185,14 @@ defined(PNG_READ_BACKGROUND_SUPPORTED)
png_byte phys_unit_type; /* resolution type (see PNG_RESOLUTION_ below) */
#endif
+#ifdef PNG_eXIf_SUPPORTED
+ int num_exif; /* Added at libpng-1.6.31 */
+ png_bytep exif;
+# ifdef PNG_READ_eXIf_SUPPORTED
+ png_bytep eXIf_buf; /* Added at libpng-1.6.32 */
+# endif
+#endif
+
#ifdef PNG_hIST_SUPPORTED
/* The hIST chunk contains the relative frequency or importance of the
* various palette entries, so that a viewer can intelligently select a