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

Unified Diff: third_party/libtiff/tif_color.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_codec.c ('k') | third_party/libtiff/tif_compress.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libtiff/tif_color.c
diff --git a/third_party/tiff_v403/tif_color.c b/third_party/libtiff/tif_color.c
similarity index 100%
rename from third_party/tiff_v403/tif_color.c
rename to third_party/libtiff/tif_color.c
index c55a4afeb24393f8c542122c9fc97baa988eb26e..be4850ce6b106a03171f629cd85600a2c05a1c84 100644
--- a/third_party/tiff_v403/tif_color.c
+++ b/third_party/libtiff/tif_color.c
@@ -35,6 +35,7 @@
*
* Color space conversion routines.
*/
+
#include "tiffiop.h"
#include <math.h>
@@ -284,4 +285,3 @@ TIFFYCbCrToRGBInit(TIFFYCbCrToRGB* ycbcr, float *luma, float *refBlackWhite)
* fill-column: 78
* End:
*/
-
« no previous file with comments | « third_party/libtiff/tif_codec.c ('k') | third_party/libtiff/tif_compress.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698