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

Unified Diff: third_party/libtiff/tiffio.h

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/tiffconf.h ('k') | third_party/libtiff/tiffiop.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libtiff/tiffio.h
diff --git a/third_party/tiff_v403/tiffio.h b/third_party/libtiff/tiffio.h
similarity index 99%
rename from third_party/tiff_v403/tiffio.h
rename to third_party/libtiff/tiffio.h
index 4c749edc9e258f81dde3eadd0458262818f00c51..038b67013f207895758f0a4914eb3396e13040e5 100644
--- a/third_party/tiff_v403/tiffio.h
+++ b/third_party/libtiff/tiffio.h
@@ -298,8 +298,6 @@ extern void _TIFFmemset(void* p, int v, tmsize_t c);
extern void _TIFFmemcpy(void* d, const void* s, tmsize_t c);
extern int _TIFFmemcmp(const void* p1, const void* p2, tmsize_t c);
extern void _TIFFfree(void* p);
-/* Do cmyk to rgb convert, add by Sunliang.Liu 20090723. */
-extern int TIFFCmyk2Rgb(thandle_t context, uint8 c, uint8 m, uint8 y, uint8 k, uint8* r, uint8* g, uint8* b);
/*
** Stuff, related to tag handling and creating custom tags.
« no previous file with comments | « third_party/libtiff/tiffconf.h ('k') | third_party/libtiff/tiffiop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698