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

Unified Diff: third_party/libjpeg/fpdfapi_jcomapi.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_jcmaster.c ('k') | third_party/libjpeg/fpdfapi_jcparam.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjpeg/fpdfapi_jcomapi.c
diff --git a/third_party/libjpeg/fpdfapi_jcomapi.c b/third_party/libjpeg/fpdfapi_jcomapi.c
index aad37d88794b2d5e84107ad6bec73fb294f0b770..9b1fa7568a67a7c25a599976ada93c53db665c57 100644
--- a/third_party/libjpeg/fpdfapi_jcomapi.c
+++ b/third_party/libjpeg/fpdfapi_jcomapi.c
@@ -1,4 +1,3 @@
-#if !defined(_FX_JPEG_TURBO_)
/*
* jcomapi.c
*
@@ -105,5 +104,3 @@ jpeg_alloc_huff_table (j_common_ptr cinfo)
tbl->sent_table = FALSE; /* make sure this is false in any new table */
return tbl;
}
-
-#endif //_FX_JPEG_TURBO_
« no previous file with comments | « third_party/libjpeg/fpdfapi_jcmaster.c ('k') | third_party/libjpeg/fpdfapi_jcparam.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698