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

Unified Diff: third_party/libtiff/tif_packbits.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_open.c ('k') | third_party/libtiff/tif_pixarlog.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libtiff/tif_packbits.c
diff --git a/third_party/tiff_v403/tif_packbits.c b/third_party/libtiff/tif_packbits.c
similarity index 100%
rename from third_party/tiff_v403/tif_packbits.c
rename to third_party/libtiff/tif_packbits.c
index b599934f1ff5b9565c568bc52a7cb11c25fdfaf4..9e77190131e97b00a35d272403a251c896116740 100644
--- a/third_party/tiff_v403/tif_packbits.c
+++ b/third_party/libtiff/tif_packbits.c
@@ -23,6 +23,7 @@
* LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
* OF THIS SOFTWARE.
*/
+
#include "tiffiop.h"
#ifdef PACKBITS_SUPPORT
/*
@@ -297,4 +298,3 @@ TIFFInitPackBits(TIFF* tif, int scheme)
* fill-column: 78
* End:
*/
-
« no previous file with comments | « third_party/libtiff/tif_open.c ('k') | third_party/libtiff/tif_pixarlog.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698