diff options
author | Hans Wennborg <hans@chromium.org> | 2017-11-02 05:03:27 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-11-02 05:03:27 +0000 |
commit | 87d06d37e0d04b2559598d1adbcb008074a20bd4 (patch) | |
tree | 5641a55ee4c100960da56cab68802a91958147c3 /third_party/lcms/README.pdfium | |
parent | 68bc6ad5a70fdb35ae5c088bd3ca977e15ea9573 (diff) | |
download | pdfium-87d06d37e0d04b2559598d1adbcb008074a20bd4.tar.xz |
Remove use of deprecated 'register' keyword
Bug: chromium:780692
Change-Id: I16e7d071b1375e8a31e785141a8af5b4c103f81b
Reviewed-on: https://pdfium-review.googlesource.com/17390
Commit-Queue: Lei Zhang <thestig@chromium.org>
Commit-Queue: Hans Wennborg <hans@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'third_party/lcms/README.pdfium')
-rw-r--r-- | third_party/lcms/README.pdfium | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/lcms/README.pdfium b/third_party/lcms/README.pdfium index f8fe7e749e..b04da7df21 100644 --- a/third_party/lcms/README.pdfium +++ b/third_party/lcms/README.pdfium @@ -40,3 +40,4 @@ Local Modifications: 0026-more-unsupported-characters.patch: remove other unsupported characters. 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. |