summaryrefslogtreecommitdiff
path: root/third_party/lcms/README.pdfium
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-04-13 20:38:37 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-04-13 20:38:37 +0000
commitb71d24c1affe8648963ba5024b62e5dbf4479ae2 (patch)
treef7768f4484091b2f69905abc09316f3b8279b1d9 /third_party/lcms/README.pdfium
parentaf2ee2cc2e41709df7afc8f49f11ed2e8cf6dedf (diff)
downloadpdfium-b71d24c1affe8648963ba5024b62e5dbf4479ae2.tar.xz
Patch lcms to mark data structures as const.chromium/3397
BUG=pdfium:1015 Change-Id: I6b49d4a63fa197b489f6ff2a6920b7e65bb1279d Reviewed-on: https://pdfium-review.googlesource.com/30672 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'third_party/lcms/README.pdfium')
-rw-r--r--third_party/lcms/README.pdfium1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/lcms/README.pdfium b/third_party/lcms/README.pdfium
index b04da7df21..0c7dff4de2 100644
--- a/third_party/lcms/README.pdfium
+++ b/third_party/lcms/README.pdfium
@@ -41,3 +41,4 @@ Local Modifications:
0027-changes-from-beginning-of-time.patch: commented changes from initial commit.
0028-do-not-quickfloor.patch: flooring errors may cause heap-buffer-overflow.
0029-drop-register-keyword.patch: Remove deprecated 'register' keyword.
+0030-const-data.patch: Mark many data structures as const.