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

Unified Diff: third_party/libjpeg/fpdfapi_jcapistd.c

Issue 1433803002: Get rid of _FX_JPEG_TURBO_ (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: Created 5 years, 1 month 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/libjpeg/fpdfapi_jcapimin.c ('k') | third_party/libjpeg/fpdfapi_jccoefct.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjpeg/fpdfapi_jcapistd.c
diff --git a/third_party/libjpeg/fpdfapi_jcapistd.c b/third_party/libjpeg/fpdfapi_jcapistd.c
index 9d765e6f011e2b2ab628f139d95f993ded344018..c0320b1b190f5b3b14e9f903bcd0a5cba8c84ef2 100644
--- a/third_party/libjpeg/fpdfapi_jcapistd.c
+++ b/third_party/libjpeg/fpdfapi_jcapistd.c
@@ -1,4 +1,3 @@
-#if !defined(_FX_JPEG_TURBO_)
/*
* jcapistd.c
*
@@ -160,5 +159,3 @@ jpeg_write_raw_data (j_compress_ptr cinfo, JSAMPIMAGE data,
cinfo->next_scanline += lines_per_iMCU_row;
return lines_per_iMCU_row;
}
-
-#endif //_FX_JPEG_TURBO_
« no previous file with comments | « third_party/libjpeg/fpdfapi_jcapimin.c ('k') | third_party/libjpeg/fpdfapi_jccoefct.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698