Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: third_party/libtiff/tif_warning.c

Issue 1563103002: XFA: Upgrade to libtiff 4.0.6. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: rename to libtiff Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libtiff/tif_version.c ('k') | third_party/libtiff/tif_write.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libtiff/tif_warning.c
diff --git a/third_party/tiff_v403/tif_warning.c b/third_party/libtiff/tif_warning.c
similarity index 92%
rename from third_party/tiff_v403/tif_warning.c
rename to third_party/libtiff/tif_warning.c
index 997f353688859da11fbcdd15236f7e1348a4484a..423b636e6e34ccb4ff94c536e7a225557fd9a588 100644
--- a/third_party/tiff_v403/tif_warning.c
+++ b/third_party/libtiff/tif_warning.c
@@ -29,9 +29,7 @@
*/
#include "tiffiop.h"
-/*TIFFErrorHandlerExt _TIFFwarningHandlerExt = NULL;*/
-/* Modify here for use _TIFFwarningHandlerExt by Sunliang.Liu 20090715 */
-TIFFErrorHandler _TIFFwarningHandler = NULL;
+TIFFErrorHandlerExt _TIFFwarningHandlerExt = NULL;
TIFFErrorHandler
TIFFSetWarningHandler(TIFFErrorHandler handler)
@@ -81,5 +79,3 @@ TIFFWarningExt(thandle_t fd, const char* module, const char* fmt, ...)
* fill-column: 78
* End:
*/
-
-
« no previous file with comments | « third_party/libtiff/tif_version.c ('k') | third_party/libtiff/tif_write.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698