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

Unified Diff: Source/config.h

Issue 1023193002: Use same parameters for jpeg decoding quality on all platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/config.h
diff --git a/Source/config.h b/Source/config.h
index 5900f927fc91e46a793c5fa6618656f703859fe2..98060597b6961fd224afed0a738e7061f3386a0e 100644
--- a/Source/config.h
+++ b/Source/config.h
@@ -85,11 +85,7 @@
/* Operating environments */
-#if OS(ANDROID)
-#define WTF_USE_LOW_QUALITY_IMAGE_INTERPOLATION 1
Noel Gordon 2015/03/21 05:49:26 Seems unrelated to JPEG. Can I assume this interp
Olle Liljenzin 2015/03/23 08:43:30 Looks like I removed one line too much by mistake.
-#define WTF_USE_LOW_QUALITY_IMAGE_NO_JPEG_DITHERING 1
-#define WTF_USE_LOW_QUALITY_IMAGE_NO_JPEG_FANCY_UPSAMPLING 1
-#else
+#if !OS(ANDROID)
#define WTF_USE_ICCJPEG 1
#define WTF_USE_QCMSLIB 1
#endif
« no previous file with comments | « no previous file | Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698